You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Cursor] fix: Resolve test failures on master branch (#131)
Corrected three test failures in tests/test_llm_api.py identified
when running tests locally on the master branch:
1. test_create_openai_client: Updated assertion to include the
`base_url` parameter which is now passed during client creation.
2. test_query_anthropic: Updated the expected model name in the
assertion from `claude-3-sonnet-20240229` to the current default
`claude-3-7-sonnet-20250219`.
3. test_query_gemini: Refactored the mock setup and assertions to
correctly reflect the use of the chat session (`start_chat` and
`send_message`) instead of the previous `generate_content` method.
0 commit comments