Update test_user.py

This commit is contained in:
Joachim 2021-12-28 21:54:06 +01:00
parent 5284e7009d
commit 17cb936a16

View file

@ -187,7 +187,6 @@ class UserViews(TestCase):
self.local_user.refresh_from_db()
self.assertFalse(self.local_user.show_suggested_users)
def test_user_redirect(self):
"""test the basic redirect"""
request = self.factory.get("@mouse")