Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roaks3 committed Mar 6, 2023
1 parent 7300965 commit 4e85468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/third_party/terraform/utils/bootstrap_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func BootstrapProject(t *testing.T, projectIDPrefix, billingAccount string, serv
return nil
}

projectIDSuffix = strings.Replace(getTestProjectFromEnv(), "ci-test-project-", "", 1)
projectIDSuffix := strings.Replace(getTestProjectFromEnv(), "ci-test-project-", "", 1)
projectID := projectIDPrefix + projectIDSuffix

crmClient := config.NewResourceManagerClient(config.UserAgent)
Expand Down

0 comments on commit 4e85468

Please sign in to comment.