From 0f4af56177d1589540afeac7e6efc9e3a10ea7a6 Mon Sep 17 00:00:00 2001 From: Matt Jacobson Date: Fri, 7 Mar 2025 17:36:43 -0500 Subject: [PATCH] googlechat url test fix --- pkg/tests/api/alerting/api_notification_channel_test.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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": {} } ] },