Patches stray redis calls
This commit is contained in:
parent
cbf5747308
commit
89acfa4f3e
6 changed files with 12 additions and 6 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue