Commit d832302
fix: resolve missing pytest fixture in test_health_check
test_health_check(client) declared a 'client' parameter expecting
a pytest fixture that was never defined. Every other test in the
suite uses the local get_client() helper instead. The error caused
the entire test run to report an ERROR and the health endpoint was
never actually tested.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9b1012b commit d832302
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments