Skip to content

Commit d9ccfe7

Browse files
committed
fix parentFolder
1 parent 7b29d42 commit d9ccfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/bootstrap/bootstrap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func TestBootstrap(t *testing.T) {
147147
bootstrap.DefineVerify(
148148
func(assert *assert.Assertions) {
149149

150-
parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_folder"]
150+
parentFolder := terraform.OutputMap(t, bootstrap.GetTFOptions(), "common_config")["parent_id"]
151151

152152
// cloud build project
153153
cbProjectID := bootstrap.GetStringOutput("cloudbuild_project_id")

0 commit comments

Comments
 (0)