A few more failing tests

This commit is contained in:
Mouse Reeve
2021-09-06 18:55:48 -07:00
parent 2653458e56
commit c56a9021b6
4 changed files with 8 additions and 3 deletions

View File

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