Skip to content

Commit 82e2ff7

Browse files
committed
Fixes unit tests
1 parent 3e882d0 commit 82e2ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unitary/with_extras/aqua/test_ui.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def test_list_containers(self, mock_list_service_containers):
606606
"cli_param": "--served-model-name odsc-llm --disable-custom-all-reduce --seed 42 ",
607607
"env_vars": [
608608
{"MODEL_DEPLOY_PREDICT_ENDPOINT": "/v1/completions"},
609-
{"MODEL_DEPLOY_HEALTH_ENDPOINT": ""},
609+
# {"MODEL_DEPLOY_HEALTH_ENDPOINT": ""},
610610
{"MODEL_DEPLOY_ENABLE_STREAMING": "true"},
611611
{"PORT": "8080"},
612612
{"HEALTH_CHECK_PORT": "8080"},

0 commit comments

Comments
 (0)