diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-03-16 10:54:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-16 10:54:34 +0100 |
| commit | 362813d6287925b8f63f0b107c55a74d95f5825e (patch) | |
| tree | efd69a3deb9e837624279e5abfdd8d55d57dcd7c /tests/auth_tests/test_auth_backends.py | |
| parent | aeb8c381789ad93866223f8bd07d09ae5e2edd9e (diff) | |
Fixed hanging indentation in various code.
Diffstat (limited to 'tests/auth_tests/test_auth_backends.py')
| -rw-r--r-- | tests/auth_tests/test_auth_backends.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auth_tests/test_auth_backends.py b/tests/auth_tests/test_auth_backends.py index 390d26ea9b..1a1950e989 100644 --- a/tests/auth_tests/test_auth_backends.py +++ b/tests/auth_tests/test_auth_backends.py @@ -559,8 +559,8 @@ class ChangedBackendSettingsTest(TestCase): # Get a session for the test user self.assertTrue(self.client.login( username=self.TEST_USERNAME, - password=self.TEST_PASSWORD) - ) + password=self.TEST_PASSWORD, + )) # Prepare a request object request = HttpRequest() request.session = self.client.session |
