two more mocks

This commit is contained in:
Mouse Reeve
2021-09-06 20:37:09 -07:00
parent 9988a3e82b
commit 0a9d515d45
2 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class InboxBlock(TestCase):
self.assertFalse(models.UserFollowRequest.objects.exists())
@patch("bookwyrm.activitystreams.remove_user_statuses_task.delay")
def test_handle_unblock(self):
def test_handle_unblock(self, _):
"""unblock a user"""
self.remote_user.blocks.add(self.local_user)