Skip to content

Commit

Permalink
chore: Add explicit project name to E2E create_bucket (#712)
Browse files Browse the repository at this point in the history
Unblocks system test CI
  • Loading branch information
vinnysenthil committed Sep 16, 2021
1 parent 243b75c commit 0bad75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/aiplatform/e2e_base.py
Expand Up @@ -76,7 +76,7 @@ def prepare_staging_bucket(
shared_state["storage_client"] = storage_client

shared_state["bucket"] = storage_client.create_bucket(
staging_bucket_name, location=_LOCATION
staging_bucket_name, project=_PROJECT, location=_LOCATION
)
yield

Expand Down

0 comments on commit 0bad75f

Please sign in to comment.