mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 10:01:04 +00:00
Fixes unit test
This commit is contained in:
parent
8b154b69fb
commit
e2b43bbd6d
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ class ViewsHelpers(TestCase):
|
|||
local=True,
|
||||
localname=i,
|
||||
)
|
||||
user.followers.add(user_1)
|
||||
user.following.add(user_1)
|
||||
user.followers.add(self.local_user)
|
||||
|
||||
with patch("bookwyrm.models.activitypub_mixin.broadcast_task.delay"):
|
||||
|
|
Loading…
Reference in a new issue