Skip to content

Commit

Permalink
chore: fix affected unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmitty committed Nov 8, 2024
1 parent 7952cfd commit 1c4d7c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"oauthScopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"preemptible": true
"preemptible": true,
"serviceAccount": "service-account-cc@{{.Provider.project}}.iam.gserviceaccount.com"
},
"location": "us-central1",
"management": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"role": "roles/composer.worker",
"members": [
""
"serviceAccount:composer-new-account@{{.Provider.project}}.iam.gserviceaccount.com"
]
}
]
Expand Down

0 comments on commit 1c4d7c0

Please sign in to comment.