From 0de88101e570c78821aea33cf683acf0344674a0 Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Mon, 28 Oct 2024 11:08:20 -0700 Subject: [PATCH] chore(CI): update beta_cluster_test --- test/integration/beta_cluster/beta_cluster_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/beta_cluster/beta_cluster_test.go b/test/integration/beta_cluster/beta_cluster_test.go index c5429eaee5..ecc481d18f 100755 --- a/test/integration/beta_cluster/beta_cluster_test.go +++ b/test/integration/beta_cluster/beta_cluster_test.go @@ -33,8 +33,7 @@ func TestBetaCluster(t *testing.T) { ) gke.DefineVerify(func(assert *assert.Assertions) { - // Commenting Default Verify due to issue 1478 for location Policy - // gke.DefaultVerify(assert) //disables no changes + gke.DefaultVerify(assert) projectId := gke.GetStringOutput("project_id") location := gke.GetStringOutput("location")