Commit 0669f507 by Tom Christie

pep8 fix

parent 54d82f59
...@@ -270,8 +270,8 @@ class TestUserSetter(TestCase): ...@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment