aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTom Christie2015-02-09 17:22:13 +0000
committerTom Christie2015-02-09 17:22:13 +0000
commit0669f507b3a63114cf429f0662b1781f0e1fa5f8 (patch)
tree5e86ae730c052d95e1af4c65bffdb6b46b33e002 /tests
parent54d82f59ed8a5d2ad4c679680dc52b8a94831d50 (diff)
downloaddjango-rest-framework-0669f507b3a63114cf429f0662b1781f0e1fa5f8.tar.bz2
pep8 fix
Diffstat (limited to 'tests')
-rw-r--r--tests/test_request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_request.py b/tests/test_request.py
index 06ad8e93..c274ab69 100644
--- a/tests/test_request.py
+++ b/tests/test_request.py
@@ -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'