diff --git a/mcp_server/tests/test_configuration.py b/mcp_server/tests/test_configuration.py index 69c3bfc4..5876c1ed 100644 --- a/mcp_server/tests/test_configuration.py +++ b/mcp_server/tests/test_configuration.py @@ -44,6 +44,9 @@ def test_config_loading(): assert config is not None assert config2 is not None + # Return the first config for subsequent tests + return config + def test_llm_factory(config: GraphitiConfig): """Test LLM client factory creation."""