mirror of
https://github.com/TwiN/gatus.git
synced 2025-01-09 15:38:14 +01:00
Enable debug in alerting test for missing test coverage
This commit is contained in:
parent
0909024e43
commit
cf968cbf86
@ -149,6 +149,8 @@ badconfig:
|
|||||||
|
|
||||||
func TestParseAndValidateConfigBytesWithAlerting(t *testing.T) {
|
func TestParseAndValidateConfigBytesWithAlerting(t *testing.T) {
|
||||||
config, err := parseAndValidateConfigBytes([]byte(`
|
config, err := parseAndValidateConfigBytes([]byte(`
|
||||||
|
debug: true
|
||||||
|
|
||||||
alerting:
|
alerting:
|
||||||
slack:
|
slack:
|
||||||
webhook-url: "http://example.com"
|
webhook-url: "http://example.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user