diff --git a/config/config.go b/config/config.go index 3269a2e..7e917f7 100644 --- a/config/config.go +++ b/config/config.go @@ -77,8 +77,8 @@ type alertmanagerConfig struct { } type resolvedConfig struct { - Tags []string - Icon string + Tags []string + Icon string Priority string } diff --git a/config/config_test.go b/config/config_test.go index e10585a..cc317e1 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -105,8 +105,8 @@ cache { URL: "https://alertmanager.xenrox.net", }, Resolved: resolvedConfig{ - Tags: []string{"resolved", "partying_face"}, - Icon: "https://foo.com/resolved.png", + Tags: []string{"resolved", "partying_face"}, + Icon: "https://foo.com/resolved.png", Priority: "1", }, }