diff --git a/proxy/tests/test_claude_weather_agent.py b/tests/anthropic/test_claude_weather_agent.py similarity index 99% rename from proxy/tests/test_claude_weather_agent.py rename to tests/anthropic/test_claude_weather_agent.py index bacdd54..d740437 100644 --- a/proxy/tests/test_claude_weather_agent.py +++ b/tests/anthropic/test_claude_weather_agent.py @@ -99,7 +99,7 @@ class WeatherAgent: anthropic_api_key = os.getenv("ANTHROPIC_API_KEY") weather_agent = WeatherAgent(anthropic_api_key) -def test_weather_agent(): +def test_proxy_response(): # Example queries queries = [ "What's the weather like in Zurich city?",