Skip to content

Commit 7bf2402

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)