Skip to content

Commit 871fb45

Browse files
gitmknanonymous
andauthored
fix: modify monitor unit (#1488)
Co-authored-by: anonymous <anonymous@mail.org>
1 parent 22ed975 commit 871fb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tencentcloud/resource_tc_monitor_tmp_alert_rule_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const testAlertRule_basic = testAlertRuleVar + `
128128
resource "tencentcloud_monitor_tmp_alert_rule" "basic" {
129129
instance_id = var.prometheus_id
130130
rule_name = "test-rule_name"
131-
receivers = ["Consumer-6vkna7pevq"]
131+
receivers = ["notice-tj75hgqj"]
132132
expr = "increase(mysql_global_status_slow_queries[1m]) > 0"
133133
duration = "4m"
134134
rule_state = 2
@@ -146,7 +146,7 @@ const testAlertRule_update = testAlertRuleVar + `
146146
resource "tencentcloud_monitor_tmp_alert_rule" "basic" {
147147
instance_id = var.prometheus_id
148148
rule_name = "test-rule_name_update"
149-
receivers = ["Consumer-6vkna7pevq"]
149+
receivers = ["notice-tj75hgqj"]
150150
expr = "increase(mysql_global_status_slow_queries[1m]) > 1"
151151
duration = "2m"
152152
rule_state = 2

0 commit comments

Comments
 (0)