Skip to content

Commit 4d99054

Browse files
authored
[Tests] Fix TestLLModelWithMonitoring test (#9160)
1 parent 8f06420 commit 4d99054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/model_monitoring/test_model_monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2480,7 +2480,7 @@ class TestLLModelWithMonitoring(TestMLRunSystemModelMonitoring):
24802480
"""Test LLModel serving with model monitoring enabled."""
24812481

24822482
project_name = "llmodel-monitoring-5"
2483-
image: Optional[str] = "artifactory.iguazeng.com:10557/davids/mlrun:1.11.0"
2483+
image: Optional[str] = "mlrun/mlrun"
24842484

24852485
def test_mep_with_remote_model(self):
24862486
self.set_mm_credentials()

0 commit comments

Comments
 (0)