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 f5e1aa5 commit 9356502Copy full SHA for 9356502
2 files changed
tests/client/test_async_client.py
@@ -95,7 +95,7 @@ async def test_raise_for_status(server):
95
response.raise_for_status()
96
assert exc_info.value.response == response
97
else:
98
- assert response.raise_for_status() is None
+ assert response.raise_for_status() is None # type: ignore
99
100
101
@pytest.mark.usefixtures("async_environment")
tests/client/test_client.py
@@ -110,7 +110,7 @@ def test_raise_for_status(server):
110
111
112
113
114
115
116
def test_options(server):
0 commit comments