10000
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 767e598 commit bcb3763Copy full SHA for bcb3763
tests/unit/test_models.py
@@ -75,6 +75,7 @@ def test_boolean_raises_exception(self):
75
"""Verify boolean tests for response codes correctly."""
76
response = requests.Response()
77
response.status_code = 512
78
+ response.raw = io.BytesIO()
79
with pytest.raises(exceptions.GitHubError):
80
self.instance._boolean(response=response,
81
true_code=200,
0 comm 308A it comments