From 782affe4e7d27937525d3250b3bd5507e9c5590a Mon Sep 17 00:00:00 2001 From: nickyinluo Date: Wed, 1 Mar 2023 15:47:20 +0800 Subject: [PATCH] adjust tcr ns e2e case --- tencentcloud/data_source_tc_tcr_namespaces_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tencentcloud/data_source_tc_tcr_namespaces_test.go b/tencentcloud/data_source_tc_tcr_namespaces_test.go index 89d55d8229..1dc20c1961 100644 --- a/tencentcloud/data_source_tc_tcr_namespaces_test.go +++ b/tencentcloud/data_source_tc_tcr_namespaces_test.go @@ -19,7 +19,7 @@ func TestAccTencentCloudTCRNamespacesData(t *testing.T) { Config: testAccTencentCloudDataTCRNamespacesBasic, Check: resource.ComposeAggregateTestCheckFunc( resource.TestCheckResourceAttrSet(testDataTCRNamespacesNameAll, "namespace_list.0.name"), - resource.TestCheckResourceAttr(testDataTCRNamespacesNameAll, "namespace_list.0.is_public", "false"), + resource.TestCheckResourceAttrSet(testDataTCRNamespacesNameAll, "namespace_list.0.is_public"), // we only need to care whether the value is set or not, rather than the exact value itself, and this value of public cannot be confirmed when the e2e case parallel running ), }, },