Skip to content

Commit e3f2418

Browse files
korverdevtim-schilling
authored andcommitted
Correct middleware typos
1 parent 3688272 commit e3f2418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_middleware_compatibility.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def setUp(self):
1414
@override_settings(DEBUG=True)
1515
def test_sync_mode(self):
1616
"""
17-
test middlware switches to sync (__call__) based on get_response type
17+
test middleware switches to sync (__call__) based on get_response type
1818
"""
1919

2020
request = self.factory.get("/")
@@ -30,7 +30,7 @@ def test_sync_mode(self):
3030
@override_settings(DEBUG=True)
3131
async def test_async_mode(self):
3232
"""
33-
test middlware switches to async (__acall__) based on get_response type
33+
test middleware switches to async (__acall__) based on get_response type
3434
and returns a coroutine
3535
"""
3636

0 commit comments

Comments
 (0)