Updates models tests
This commit is contained in:
parent
e9c58295f3
commit
eb4a399472
13 changed files with 68 additions and 38 deletions
|
@ -16,7 +16,7 @@ class SiteModels(TestCase):
|
|||
"""we need basic test data and mocks"""
|
||||
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.com",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue