More mocks
This commit is contained in:
parent
bb94995389
commit
72d5238590
20 changed files with 21 additions and 0 deletions
|
@ -103,6 +103,7 @@ class UserViews(TestCase):
|
|||
self.assertEqual(result.status_code, 200)
|
||||
|
||||
@patch("bookwyrm.suggested_users.rerank_suggestions_task.delay")
|
||||
@patch("bookwyrm.activitystreams.populate_stream_task.delay")
|
||||
def test_followers_page_blocked(self, _):
|
||||
"""there are so many views, this just makes sure it LOADS"""
|
||||
view = views.Followers.as_view()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue