Skip to content

Commit b075e85

Browse files
authored
chore: fix staging bucket permissions for itegration tests (#1124)
1 parent c7bfd80 commit b075e85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/aiplatform/test_project_id_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_project_id_inference(self, shared_state):
4040
shared_state["resources"] = []
4141

4242
aiplatform.init(
43+
project=e2e_base._PROJECT,
4344
location=e2e_base._LOCATION,
4445
staging_bucket=shared_state["staging_bucket_name"],
4546
)

0 commit comments

Comments
 (0)