def test_auth_can_be_set(self):
     request = Request(factory.get('/'))
     request.auth = 'DUMMY'
     self.assertEqual(request.auth, 'DUMMY')