mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
pep8 fix
This commit is contained in:
parent
54d82f59ed
commit
0669f507b3
|
@ -270,8 +270,8 @@ class TestUserSetter(TestCase):
|
|||
else:
|
||||
assert False, 'AttributeError not raised'
|
||||
|
||||
class TestAuthSetter(TestCase):
|
||||
|
||||
class TestAuthSetter(TestCase):
|
||||
def test_auth_can_be_set(self):
|
||||
request = Request(factory.get('/'))
|
||||
request.auth = 'DUMMY'
|
||||
|
|
Loading…
Reference in New Issue
Block a user