Skip to content

Commit

Permalink
refix parentFolder variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mariammartins committed Sep 26, 2024
1 parent d9ccfe7 commit 688c755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/bootstrap/bootstrap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 688c755

Please sign in to comment.