Skip to content

Commit 94f7b01

Browse files
committed
chore(CI): add more DefaultVerify
1 parent 375d27c commit 94f7b01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/integration/sandbox_enabled/sandbox_enabled_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ func TestSandboxEnabled(t *testing.T) {
3030
)
3131

3232
bpt.DefineVerify(func(assert *assert.Assertions) {
33-
//Skipping Default Verify as the Verify Stage fails due to change in Client Cert Token
34-
// bpt.DefaultVerify(assert)
33+
bpt.DefaultVerify(assert)
3534

3635
projectId := bpt.GetStringOutput("project_id")
3736
location := bpt.GetStringOutput("location")

test/integration/simple_regional/simple_regional_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ func TestSimpleRegional(t *testing.T) {
3030
)
3131

3232
bpt.DefineVerify(func(assert *assert.Assertions) {
33-
//Skipping Default Verify as the Verify Stage fails due to change in Client Cert Token
34-
// bpt.DefaultVerify(assert)
33+
bpt.DefaultVerify(assert)
3534

3635
projectId := bpt.GetStringOutput("project_id")
3736
location := bpt.GetStringOutput("location")

test/integration/simple_regional_cluster_autoscaling/simple_regional_cluster_autoscaling_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ func TestSimpleRegionalClusterAutoscaling(t *testing.T) {
3030
)
3131

3232
bpt.DefineVerify(func(assert *assert.Assertions) {
33+
bpt.DefaultVerify(assert)
34+
3335
projectId := bpt.GetStringOutput("project_id")
3436
location := bpt.GetStringOutput("location")
3537
clusterName := bpt.GetStringOutput("cluster_name")

0 commit comments

Comments
 (0)