Commit 6ebb06c
Fix HTTPError initialization in integration test
The HTTPX::HTTPError constructor expects a single response object argument,
not two separate arguments. Updated the test to properly create an
ErrorResponse object and pass it to HTTPError.
This fixes the test failure:
ArgumentError: wrong number of arguments (given 2, expected 1)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 2b006af commit 6ebb06c
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
250 | 255 | | |
251 | 256 | | |
252 | 257 | | |
| |||
0 commit comments