Skip to content

Commit be5e29a

Browse files
authored
adjust tcr ns e2e case (#1579)
1 parent a8ce1df commit be5e29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/data_source_tc_tcr_namespaces_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func TestAccTencentCloudTCRNamespacesData(t *testing.T) {
1919
Config: testAccTencentCloudDataTCRNamespacesBasic,
2020
Check: resource.ComposeAggregateTestCheckFunc(
2121
resource.TestCheckResourceAttrSet(testDataTCRNamespacesNameAll, "namespace_list.0.name"),
22-
resource.TestCheckResourceAttr(testDataTCRNamespacesNameAll, "namespace_list.0.is_public", "false"),
22+
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
2323
),
2424
},
2525
},

0 commit comments

Comments
 (0)