Skip to content

Commit 40d21dc

Browse files
authored
Fix typo in tests (#10271)
1 parent 37c8431 commit 40d21dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/proxito/tests/test_middleware.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_long_bad_subdomain(self):
212212
assert cm.exception.http_status == 400
213213

214214
# test all the exception handling combined
215-
client_without_exception_handling = Client(rause_request_exception=False)
215+
client_without_exception_handling = Client(raise_request_exception=False)
216216
r = client_without_exception_handling.request(
217217
method="get", path=self.url, HTTP_HOST=domain
218218
)

0 commit comments

Comments
 (0)