File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
django/contrib/auth/tests Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# The password for the fixture data users is 'password'
2
-
3
- # For testing that auth backends can be referenced using a convenience import
4
- from django .contrib .auth .tests .test_auth_backends import ImportedModelBackend # NOQA
Original file line number Diff line number Diff line change
1
+ # For testing that auth backends can be referenced using a convenience import
2
+ from django .contrib .auth .tests .test_auth_backends import ImportedModelBackend # NOQA
Original file line number Diff line number Diff line change @@ -620,7 +620,7 @@ class ImportedBackendTests(TestCase):
620
620
as the one defined in AUTHENTICATION_BACKENDS setting.
621
621
"""
622
622
623
- backend = 'django.contrib.auth.tests.ImportedModelBackend'
623
+ backend = 'django.contrib.auth.tests.backend_alias. ImportedModelBackend'
624
624
625
625
@override_settings (AUTHENTICATION_BACKENDS = (backend , ))
626
626
def test_backend_path (self ):
You can’t perform that action at this time.
0 commit comments