aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_request.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_request.py')
-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'