Updates ignore boost logic that no longer produces errors
This commit is contained in:
parent
3e54a5f4a3
commit
9d275db322
2 changed files with 4 additions and 5 deletions
|
@ -462,6 +462,8 @@ class Status(TestCase):
|
|||
@responses.activate
|
||||
def test_ignore_activity_boost(self, *_):
|
||||
"""don't bother with most remote statuses"""
|
||||
responses.add(responses.GET, "http://fish.com/nothing")
|
||||
|
||||
activity = activitypub.Announce(
|
||||
id="http://www.faraway.com/boost/12",
|
||||
actor=self.remote_user.remote_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue