Skip to content

fix: update qdrant client tests for timeout param#26

Merged
marinone94 merged 1 commit into
mainfrom
fix/qdrant-test-timeout
Mar 11, 2026
Merged

fix: update qdrant client tests for timeout param#26
marinone94 merged 1 commit into
mainfrom
fix/qdrant-test-timeout

Conversation

@marinone94

Copy link
Copy Markdown
Owner

Summary

  • Update qdrant client test assertions to expect timeout=60 parameter
  • Tests were failing because get_qdrant_client() passes timeout=60 but mocks didn't expect it

Test plan

  • tests/unit/test_qdrant_client.py — all 3 tests pass

🤖 Generated with Claude Code

The get_qdrant_client() function passes timeout=60 to QdrantClient,
but the tests were not expecting this argument.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@marinone94
marinone94 merged commit c9d54d7 into main Mar 11, 2026
3 of 4 checks passed
@marinone94
marinone94 deleted the fix/qdrant-test-timeout branch March 11, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant