Skip to content

Commit e6e4b18

Browse files
committed
fix hardcoded project id in multi-account test
1 parent 716fb12 commit e6e4b18

File tree

1 file changed

+1
-1
lines changed
  • test/integration/multiple_service_accounts/controls

1 file changed

+1
-1
lines changed

test/integration/multiple_service_accounts/controls/gcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
title "GCP Resources"
1717

1818
attribute('emails').each do |email|
19-
describe google_service_accounts(project: 'ludo-tf-playground') do
19+
describe google_service_accounts(project: "#{attribute('project_id')}") do
2020
its('service_account_emails'){ should include email }
2121
end
2222
describe google_project_iam_binding(project: "#{attribute("project_id")}", role: 'roles/viewer') do

0 commit comments

Comments
 (0)