Skip to content

Commit

Permalink
chore: add aiplatform.init to test_model_interactions.py (googleapis#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiezou authored Sep 6, 2022
1 parent 8aeaf13 commit 8539327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/aiplatform/test_model_interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

class TestModelInteractions(e2e_base.TestEndToEnd):
_temp_prefix = ""
aiplatform.init(project=e2e_base._PROJECT, location=e2e_base._LOCATION)
endpoint = aiplatform.Endpoint(_PERMANENT_IRIS_ENDPOINT_ID)

def test_prediction(self):
Expand Down

0 comments on commit 8539327

Please sign in to comment.