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 115f178 commit 2b34dd1Copy full SHA for 2b34dd1
tests/test_async_auth.py
@@ -57,7 +57,7 @@ class MockUser(str):
57
58
BODY_UNAUTHORIZED_DEFAULT = dict(detail="Unauthorized")
59
60
-if django.VERSION < (3, 1):
+if not django.VERSION < (3, 1):
61
api = NinjaExtraAPI(csrf=True, urls_namespace="async_auth")
62
63
for path, auth in [
0 commit comments