From 93513eb1fd27d4aad66555544a44ba4c75ea9721 Mon Sep 17 00:00:00 2001 From: euvre <93761161+euvre@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:04:14 +0800 Subject: [PATCH] test: release test_dataset_create_embedding_model_contract for Go proxy (#17620) --- test/testcases/restful_api/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testcases/restful_api/conftest.py b/test/testcases/restful_api/conftest.py index 86a1a6a648..ad3030287f 100644 --- a/test/testcases/restful_api/conftest.py +++ b/test/testcases/restful_api/conftest.py @@ -53,7 +53,6 @@ GO_ONLY_SKIPS = { "test_dataset_create_parser_config_bugfix_contract", "test_dataset_create_parser_config_invalid_contract", "test_dataset_create_parser_config_defaults_and_extra_fields_contract", - "test_dataset_create_embedding_model_contract", # Empty path (e.g. /chats//sessions) triggers a 405/404 framework # response in Go rather than the Python contract's code-100 envelope. "test_session_create_validation_and_deleted_chat_contract",