Skip to content

Commit c8e5f3a

Browse files
chore: add aiplatform.init back to model monitoring system tests (googleapis#1633)
* chore: add aiplatform.init back to model monitoring system tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b8a6586 commit c8e5f3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/aiplatform/test_model_monitoring.py

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999

100100
class TestModelDeploymentMonitoring(e2e_base.TestEndToEnd):
101101
_temp_prefix = "temp_e2e_model_monitoring_test_"
102+
aiplatform.init(project=e2e_base._PROJECT, location=e2e_base._LOCATION)
102103
endpoint = aiplatform.Endpoint(PERMANENT_CHURN_ENDPOINT_ID)
103104

104105
def test_mdm_two_models_one_valid_config(self):

0 commit comments

Comments
 (0)