Skip to content

Commit bbbbd0b

Browse files
committed
fix: moidfy test
1 parent 2eae237 commit bbbbd0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tencentcloud/acctest/basic.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,14 +214,14 @@ variable "international_subnet_id" {
214214
// Tke Exclusive Network Environment
215215
const (
216216
TkeExclusiveVpcName = "keep_tke_exclusive_vpc"
217-
DefaultTkeClusterId = "cls-r8gqwjw6"
217+
DefaultTkeClusterId = "cls-2weetaxi"
218218
DefaultTkeClusterName = "keep-tke-cluster"
219219
DefaultTkeClusterType = "tke"
220-
DefaultPrometheusId = "prom-1lspn8sw"
220+
DefaultPrometheusId = "prom-9ywsz034"
221221
DefaultTemplateId = "temp-gqunlvo1"
222-
ClusterPrometheusId = "prom-g261hacc"
223-
TkeClusterIdAgent = "cls-9ae9qo9k"
224-
TkeClusterTypeAgent = "eks"
222+
ClusterPrometheusId = "prom-9ywsz034"
223+
TkeClusterIdAgent = "cls-2weetaxi"
224+
TkeClusterTypeAgent = "tke"
225225
DefaultAgentId = "agent-q3zy8gt8"
226226
)
227227

tencentcloud/services/monitor/service_tencentcloud_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ func (me *MonitorService) DescribeMonitorTmpAlertRuleById(ctx context.Context, i
616616
}()
617617

618618
request.InstanceId = &instanceId
619-
// request.RuleId = &tmpAlertRuleId
619+
request.RuleId = &tmpAlertRuleId
620620

621621
ratelimit.Check(request.GetAction())
622622
response, err := me.client.UseMonitorClient().DescribeAlertRules(request)

0 commit comments

Comments
 (0)