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