diff --git a/test/integration/simple_regional_cluster_autoscaling/simple_regional_cluster_autoscaling_test.go b/test/integration/simple_regional_cluster_autoscaling/simple_regional_cluster_autoscaling_test.go index d0ecfd2170..281c8be632 100644 --- a/test/integration/simple_regional_cluster_autoscaling/simple_regional_cluster_autoscaling_test.go +++ b/test/integration/simple_regional_cluster_autoscaling/simple_regional_cluster_autoscaling_test.go @@ -30,6 +30,8 @@ func TestSimpleRegionalClusterAutoscaling(t *testing.T) { ) bpt.DefineVerify(func(assert *assert.Assertions) { + bpt.DefaultVerify(assert) + projectId := bpt.GetStringOutput("project_id") location := bpt.GetStringOutput("location") clusterName := bpt.GetStringOutput("cluster_name")