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 c17a5ae commit bbf8348Copy full SHA for bbf8348
tests/test_base_client.py
@@ -398,7 +398,6 @@ def return_retryable_response(cls):
398
response._content = b''
399
response.status_code = 429
400
response.headers = {'Retry-After': '1'}
401
- # response.reason = 'Too Many Requests'
402
response.url = 'http://test.com/'
403
404
response.request = PreparedRequest()
0 commit comments