Skip to content

Commit b1d81db

Browse files
committed
Fix typo
1 parent 431a458 commit b1d81db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_client_timeouts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def check_timeout(request: Request) -> Response:
3838
'write': expected_timeout,
3939
}
4040
if next(should_raise_error):
41-
raise TimeoutException('This error can be retired')
41+
raise TimeoutException('This error can be retried')
4242
return Response(200)
4343

4444
respx.get('https://example.com').mock(side_effect=check_timeout)

0 commit comments

Comments
 (0)