Skip to content

Commit

Permalink
Fix storage acl sample
Browse files Browse the repository at this point in the history
Change-Id: I413bea899fdde4c4859e4070a9da25845b81f7cf
  • Loading branch information
Jon Wayne Parrott committed Jan 2, 2018
1 parent 2944386 commit 20fa739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion storage/cloud-client/acl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
BUCKET = os.environ['CLOUD_STORAGE_BUCKET']
# Typically we'd use a @example.com address, but GCS requires a real Google
# account.
TEST_EMAIL = '[email protected]'
TEST_EMAIL = (
'google-auth-system-tests'
'@python-docs-samples-tests.iam.gserviceaccount.com')


@pytest.fixture
Expand Down

0 comments on commit 20fa739

Please sign in to comment.