Skip to content

Commit 51de741

Browse files
authored
fix(storage): update service account email for acl tests (GoogleCloudPlatform#6529)
* fix: update test email for acl tests. previous email was deleted in the project * update to service account without project editor owner permissions * update test email to avoid creating new service accounts
1 parent 9c71acb commit 51de741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/cloud-client/acl_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
import storage_remove_file_owner
3333

3434
# Typically we'd use a @example.com address, but GCS requires a real Google
35-
# account.
35+
# account. Retrieve a service account email with storage admin permissions.
3636
TEST_EMAIL = (
37-
"google-auth-system-tests"
37+
"py38-storage-test"
3838
"@python-docs-samples-tests.iam.gserviceaccount.com"
3939
)
4040

0 commit comments

Comments
 (0)