Skip to content

Commit 5e7dbd2

Browse files
authored
chore(CI): add beta_cluster_test DefaultVerify (#2158)
1 parent 76d779c commit 5e7dbd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/beta_cluster/beta_cluster_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ func TestBetaCluster(t *testing.T) {
3333
)
3434

3535
gke.DefineVerify(func(assert *assert.Assertions) {
36-
// Commenting Default Verify due to issue 1478 for location Policy
37-
// gke.DefaultVerify(assert) //disables no changes
36+
gke.DefaultVerify(assert)
3837

3938
projectId := gke.GetStringOutput("project_id")
4039
location := gke.GetStringOutput("location")

0 commit comments

Comments
 (0)