Skip to content

Commit f283cf7

Browse files
committed
fix(notification channels): avoid drift on send_test_notification = true
1 parent 2082fa9 commit f283cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/resource_sysdig_monitor_notification_channel_common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func monitorNotificationChannelToResourceData(nc *v2.NotificationChannel, data *
8484
}
8585
_ = data.Set("notify_when_ok", nc.Options.NotifyOnOk)
8686
_ = data.Set("notify_when_resolved", nc.Options.NotifyOnResolve)
87-
_ = data.Set("send_test_notification", nc.Options.SendTestNotification)
87+
// _ = data.Set("send_test_notification", nc.Options.SendTestNotification)
8888

8989
return
9090
}

0 commit comments

Comments
 (0)