Skip to content

Commit 8539327

Browse files
authored
chore: add aiplatform.init to test_model_interactions.py (googleapis#1642)
1 parent 8aeaf13 commit 8539327

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/aiplatform/test_model_interactions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
class TestModelInteractions(e2e_base.TestEndToEnd):
3434
_temp_prefix = ""
35+
aiplatform.init(project=e2e_base._PROJECT, location=e2e_base._LOCATION)
3536
endpoint = aiplatform.Endpoint(_PERMANENT_IRIS_ENDPOINT_ID)
3637

3738
def test_prediction(self):

0 commit comments

Comments
 (0)