mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-31 18:40:07 +03:00
whitespace error flake8
This commit is contained in:
parent
4da1486836
commit
6825950664
|
@ -555,4 +555,3 @@ class IsAuthenticatedOrOptionsOnlyAllowedTests(TestCase):
|
|||
self.request = factory.get('/1', format='json', HTTP_AUTHORIZATION=credentials)
|
||||
response = options_view(self.request, pk=1)
|
||||
self.assertEqual(response.status_code, status.HTTP_200_OK)
|
||||
|
Loading…
Reference in New Issue
Block a user