Skip to content

fix: resolve missing 'client' argument in test_health_check#345

Open
Chirantan112 wants to merge 1 commit into
komalharshita:mainfrom
Chirantan112:patch-1
Open

fix: resolve missing 'client' argument in test_health_check#345
Chirantan112 wants to merge 1 commit into
komalharshita:mainfrom
Chirantan112:patch-1

Conversation

@Chirantan112
Copy link
Copy Markdown

Description

This Pull Request addresses the universal CI failure identified in issue #344. The test_health_check function in tests/test_basic.py was missing the required client positional argument, causing all automated test runs to fail with a TypeError.

Changes Made

  • Updated test_health_check signature in tests/test_basic.py to accept the client fixture.
  • Removed the manual call to get_client() within the test to align with pytest's fixture injection pattern.

Related Issue

Closes #344

Verification

Once merged, this will restore green status for all pending and future Pull Requests across the repository.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

@Chirantan112 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Universal CI failure in test_health_check due to missing client fixture

1 participant