Skip to content

Commit 5bc04f0

Browse files
authored
fix(internal-lb-cloud-run): Refactor TestInternalLbCloudRun verification (#576)
1 parent e644109 commit 5bc04f0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/integration/internal-lb-cloud-run/internal_lb_cloud_run_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func TestInternalLbCloudRun(t *testing.T) {
2828
bpt := tft.NewTFBlueprintTest(t)
2929

3030
bpt.DefineVerify(func(assert *assert.Assertions) {
31-
bpt.DefaultVerify(assert)
3231

3332
cloudRunURIs := bpt.GetStringOutputList("external_cloudrun_uris")
3433

test/integration/internal-lb-gce-mig/internal_lb_gce_mig_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func TestInternalLbGCEMIG(t *testing.T) {
2828
bpt := tft.NewTFBlueprintTest(t)
2929

3030
bpt.DefineVerify(func(assert *assert.Assertions) {
31-
bpt.DefaultVerify(assert)
3231

3332
cloudRunURIs := bpt.GetStringOutputList("external_cloudrun_uris")
3433

0 commit comments

Comments
 (0)