Skip to content

Commit 20fa739

Browse files
author
Jon Wayne Parrott
committed
Fix storage acl sample
Change-Id: I413bea899fdde4c4859e4070a9da25845b81f7cf
1 parent 2944386 commit 20fa739

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

storage/cloud-client/acl_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
2424
# Typically we'd use a @example.com address, but GCS requires a real Google
2525
# account.
26-
TEST_EMAIL = '[email protected]'
26+
TEST_EMAIL = (
27+
'google-auth-system-tests'
28+
'@python-docs-samples-tests.iam.gserviceaccount.com')
2729

2830

2931
@pytest.fixture

0 commit comments

Comments
 (0)