diff --git a/api/tests/unit_tests/core/tools/utils/test_parser.py b/api/tests/unit_tests/core/tools/utils/test_parser.py index f39158aa59..8e3e486018 100644 --- a/api/tests/unit_tests/core/tools/utils/test_parser.py +++ b/api/tests/unit_tests/core/tools/utils/test_parser.py @@ -14,7 +14,7 @@ def test_parse_openapi_to_tool_bundle_operation_id(app): openapi = { "openapi": "3.0.0", "info": {"title": "Simple API", "version": "1.0.0"}, - "servers": [{"url": "http://localhost:3000"}], + "servers": [{"url": "https://api.example.com"}], "paths": { "/": { "get": { @@ -60,7 +60,7 @@ def test_parse_openapi_to_tool_bundle_properties_all_of(app): openapi = { "openapi": "3.0.0", "info": {"title": "Simple API", "version": "1.0.0"}, - "servers": [{"url": "http://localhost:3000"}], + "servers": [{"url": "https://api.example.com"}], "paths": { "/api/resource": { "get": {