mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-07-22 05:29:46 +03:00
pep8
This commit is contained in:
parent
5276227b82
commit
f139a4f06a
|
@ -126,7 +126,7 @@ class TestSocialAuth(TestCase, BaseAPITestCase):
|
|||
'token_secret': '1111222233334444'
|
||||
}
|
||||
|
||||
resp = self.post(self.tw_login_url, data=payload)
|
||||
self.post(self.tw_login_url, data=payload)
|
||||
|
||||
self.assertIn('key', self.response.json.keys())
|
||||
self.assertEqual(get_user_model().objects.all().count(), users_count + 1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user