diff --git a/pkg/tests/api/alerting/api_notification_channel_test.go b/pkg/tests/api/alerting/api_notification_channel_test.go index 8c162557a9f..a2ded10008b 100644 --- a/pkg/tests/api/alerting/api_notification_channel_test.go +++ b/pkg/tests/api/alerting/api_notification_channel_test.go @@ -2181,8 +2181,10 @@ var expAlertmanagerConfigFromAPI = ` "name": "googlechat_test", "type": "googlechat", "disableResolveMessage": false, - "settings": {}, - "secureFields": {"url": true} + "settings": { + "url": "http://CHANNEL_ADDR/googlechat_recv/googlechat_test" + }, + "secureFields": {} } ] },