twilio notifier fix, enabled more testing

pull/582/head
hunterlong 2020-05-15 03:24:04 -07:00
parent cc32376317
commit e30a9a0289
3 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,7 @@
# 0.90.39 (05-15-2020)
- Modified some SCSS designs for services failures in group
- Fixed Twilio notifier and tests
# 0.90.38 (05-10-2020)
- Added service timeframe/interval on index charts
- Added --config flag to specify config.yml file

View File

@ -243,21 +243,6 @@ func TestMainApiRoutes(t *testing.T) {
`Golang Metrics`,
},
},
{
Name: "Test API Key Authentication",
URL: "/metrics?api=" + core.App.ApiSecret,
Method: "GET",
BeforeTest: UnsetTestENV,
ExpectedStatus: 200,
},
{
Name: "Test API Header Authentication",
URL: "/metrics",
Method: "GET",
HttpHeaders: []string{"Authorization=" + core.App.ApiSecret},
BeforeTest: UnsetTestENV,
ExpectedStatus: 200,
},
}
for _, v := range tests {

View File

@ -1 +1 @@
0.90.38
0.90.39