Skip to content

Commit c9ea4f9

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Use real notification channel for test_model_monitoring system test
PiperOrigin-RevId: 599665874
1 parent 23d627e commit c9ea4f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/system/aiplatform/test_model_monitoring.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131

3232
# constants used for testing
3333
USER_EMAIL = "[email protected]"
34-
NOTIFICATION_CHANNEL = "projects/123/notificationChannels/456"
34+
NOTIFICATION_CHANNEL = (
35+
"projects/ucaip-sample-tests/notificationChannels/11578134490450491958"
36+
)
3537
PERMANENT_CHURN_MODEL_ID = "5295507484113371136"
3638
CHURN_MODEL_PATH = "gs://mco-mm/churn"
3739
DEFAULT_INPUT = {

0 commit comments

Comments
 (0)