mirror of https://github.com/statping/statping
twilio notifier fix, enabled more testing
parent
cc32376317
commit
e30a9a0289
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.90.38
|
||||
0.90.39
|
||||
|
|
Loading…
Reference in New Issue