two more mocks
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user