Updates test_* tests

This commit is contained in:
Mouse Reeve
2021-12-09 13:01:50 -08:00
parent eb4a399472
commit 7a89552892
5 changed files with 22 additions and 14 deletions

View File

@ -16,7 +16,7 @@ class Emailing(TestCase):
self.factory = RequestFactory()
with patch("bookwyrm.suggested_users.rerank_suggestions_task.delay"), patch(
"bookwyrm.activitystreams.populate_stream_task.delay"
):
), patch("bookwyrm.lists_stream.populate_lists_task.delay"):
self.local_user = models.User.objects.create_user(
"mouse@local.com",
"mouse@mouse.mouse",