We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c8431 commit 40d21dcCopy full SHA for 40d21dc
readthedocs/proxito/tests/test_middleware.py
@@ -212,7 +212,7 @@ def test_long_bad_subdomain(self):
212
assert cm.exception.http_status == 400
213
214
# test all the exception handling combined
215
- client_without_exception_handling = Client(rause_request_exception=False)
+ client_without_exception_handling = Client(raise_request_exception=False)
216
r = client_without_exception_handling.request(
217
method="get", path=self.url, HTTP_HOST=domain
218
)
0 commit comments