From 688c755f4b04afb0b40f98fa4d06d5ed376c2cb4 Mon Sep 17 00:00:00 2001 From: mariammartins Date: Thu, 26 Sep 2024 14:57:21 -0300 Subject: [PATCH] refix parentFolder variable --- test/integration/bootstrap/bootstrap_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/bootstrap/bootstrap_test.go b/test/integration/bootstrap/bootstrap_test.go index 9539ff5c6..659a541b8 100644 --- a/test/integration/bootstrap/bootstrap_test.go +++ b/test/integration/bootstrap/bootstrap_test.go @@ -147,7 +147,7 @@ func TestBootstrap(t *testing.T) { bootstrap.DefineVerify( func(assert *assert.Assertions) { - parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_id"] + parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_folder"] // cloud build project cbProjectID := bootstrap.GetStringOutput("cloudbuild_project_id")