File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/integration/custom-role/controls Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ module "custom-roles-org" {
3131 permissions = [" iam.roles.list" , " iam.roles.create" , " iam.roles.delete" ]
3232 excluded_permissions = [" iam.serviceAccounts.setIamPolicy" ]
3333 description = " This is an organization level custom role."
34- members = [" group:test-gcp-org-admins@test.infra.cft.tips " , " group:test-gcp-billing-admins@test.infra.cft.tips " ]
34+ members = [" group:test-gcp-org-admins@test.blueprints.joonix.net " , " group:test-gcp-billing-admins@test.blueprints.joonix.net " ]
3535}
Original file line number Diff line number Diff line change 131131 data [ 'bindings' ] . each do |binding |
132132 transformed_data . store ( binding [ "role" ] , binding [ "members" ] )
133133 end
134- expect ( transformed_data [ "organizations/#{ org_id } /roles/#{ custom_role_id_org } " ] ) . to include ( "group:test-gcp-org-admins@test.infra.cft.tips " )
134+ expect ( transformed_data [ "organizations/#{ org_id } /roles/#{ custom_role_id_org } " ] ) . to include ( "group:test-gcp-org-admins@test.blueprints.joonix.net " )
135135 end
136136 end
137137 end
You can’t perform that action at this time.
0 commit comments