forked from mirrors/bookwyrm
Update test_user.py
This commit is contained in:
parent
5284e7009d
commit
17cb936a16
1 changed files with 0 additions and 1 deletions
|
@ -187,7 +187,6 @@ class UserViews(TestCase):
|
||||||
self.local_user.refresh_from_db()
|
self.local_user.refresh_from_db()
|
||||||
self.assertFalse(self.local_user.show_suggested_users)
|
self.assertFalse(self.local_user.show_suggested_users)
|
||||||
|
|
||||||
|
|
||||||
def test_user_redirect(self):
|
def test_user_redirect(self):
|
||||||
"""test the basic redirect"""
|
"""test the basic redirect"""
|
||||||
request = self.factory.get("@mouse")
|
request = self.factory.get("@mouse")
|
||||||
|
|
Loading…
Reference in a new issue