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 cc2dc41 commit a00d589Copy full SHA for a00d589
tests/test_authentication.py
@@ -173,7 +173,7 @@ def test_post_form_failing_jwt_auth_changed_user_secret_key(self):
173
174
self.assertEqual(response.status_code, status.HTTP_401_UNAUTHORIZED)
175
176
- #revert api settings
+ # revert api settings
177
api_settings.JWT_AUTH_USER_MODEL = DEFAULTS['JWT_AUTH_USER_MODEL']
178
api_settings.JWT_GET_USER_SECRET_KEY = DEFAULTS['JWT_GET_USER_SECRET_KEY']
179
0 commit comments