From 7bf24026cc16c793b896cbca2f05083b997b136e Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 25 Oct 2024 20:22:30 +0000 Subject: [PATCH] chore(CI): add more DefaultVerify --- .../simple_regional_cluster_autoscaling_test.go | 2 ++ 1 file changed, 2 insertions(+) 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")