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 3688272 commit e3f2418Copy full SHA for e3f2418
tests/test_middleware_compatibility.py
@@ -14,7 +14,7 @@ def setUp(self):
14
@override_settings(DEBUG=True)
15
def test_sync_mode(self):
16
"""
17
- test middlware switches to sync (__call__) based on get_response type
+ test middleware switches to sync (__call__) based on get_response type
18
19
20
request = self.factory.get("/")
@@ -30,7 +30,7 @@ def test_sync_mode(self):
30
31
async def test_async_mode(self):
32
33
- test middlware switches to async (__acall__) based on get_response type
+ test middleware switches to async (__acall__) based on get_response type
34
and returns a coroutine
35
36
0 commit comments