Patches stray redis calls

This commit is contained in:
Mouse Reeve
2021-08-04 08:50:50 -07:00
parent cbf5747308
commit 89acfa4f3e
6 changed files with 12 additions and 6 deletions

View File

@ -39,6 +39,7 @@ class FeedViews(TestCase):
)
models.SiteSettings.objects.create()
@patch("bookwyrm.suggested_users.SuggestedUsers.get_suggestions")
def test_feed(self, *_):
"""there are so many views, this just makes sure it LOADS"""
view = views.Feed.as_view()