From 3f4e6957bd62b9c2b43075936415b5d4eb9d132a Mon Sep 17 00:00:00 2001 From: pgladkows Date: Mon, 20 Jul 2026 16:42:22 +0200 Subject: [PATCH] test-fixes-200726 --- tests/functional/constants/ovms_messages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/constants/ovms_messages.py b/tests/functional/constants/ovms_messages.py index 7205992b82..96aa855f82 100644 --- a/tests/functional/constants/ovms_messages.py +++ b/tests/functional/constants/ovms_messages.py @@ -222,6 +222,7 @@ class OvmsMessages: ERROR_CFG_KEY_ERROR = "Keyword:{} Key: #{}" USE_CONFIG_PATH_OR_MODEL_PATH_WITH_SPARE_MODEL = "Use either config_path or model_path with model_name" USE_CONFIG_PATH_WITHOUT_MODEL = "Use config_path or model_path with model_name" + ERROR_NO_VALID_MODEL_FILE_FOUND = "no valid model file found" ERROR_LOADING_MODEL = "Error occurred while loading model: {}" ERROR_LOADING_MODEL_INTERNAL_SERVER_ERROR = ( "Error occurred while loading model: {}; version: {}; error: Internal server error"