We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d779c commit 5e7dbd2Copy full SHA for 5e7dbd2
test/integration/beta_cluster/beta_cluster_test.go
@@ -33,8 +33,7 @@ func TestBetaCluster(t *testing.T) {
33
)
34
35
gke.DefineVerify(func(assert *assert.Assertions) {
36
- // Commenting Default Verify due to issue 1478 for location Policy
37
- // gke.DefaultVerify(assert) //disables no changes
+ gke.DefaultVerify(assert)
38
39
projectId := gke.GetStringOutput("project_id")
40
location := gke.GetStringOutput("location")
0 commit comments