We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431a458 commit b1d81dbCopy full SHA for b1d81db
tests/unit/test_client_timeouts.py
@@ -38,7 +38,7 @@ def check_timeout(request: Request) -> Response:
38
'write': expected_timeout,
39
}
40
if next(should_raise_error):
41
- raise TimeoutException('This error can be retired')
+ raise TimeoutException('This error can be retried')
42
return Response(200)
43
44
respx.get('https://example.com').mock(side_effect=check_timeout)
0 commit comments