Don't reutnr an error when discarding activity objects
This commit is contained in:
parent
37aacee9c6
commit
af6cab2e3f
2 changed files with 4 additions and 1 deletions
|
@ -136,6 +136,9 @@ class InboxActivities(TestCase):
|
|||
"id": "http://www.faraway.com/boost/12",
|
||||
"actor": self.remote_user.remote_id,
|
||||
"object": status.remote_id,
|
||||
"to": ["https://www.w3.org/ns/activitystreams#public"],
|
||||
"cc": ["https://example.com/user/mouse/followers"],
|
||||
"published": "Mon, 25 May 2020 19:31:20 GMT",
|
||||
}
|
||||
responses.add(
|
||||
responses.GET, status.remote_id, json=status.to_activity(), status=200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue