mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-25 01:20:35 +00:00
Fixes fields on unknown boost test
This commit is contained in:
parent
af6cab2e3f
commit
c149003d89
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ class InboxActivities(TestCase):
|
||||||
"id": "http://fake.com/unknown/boost",
|
"id": "http://fake.com/unknown/boost",
|
||||||
"actor": self.remote_user.remote_id,
|
"actor": self.remote_user.remote_id,
|
||||||
"object": self.status.remote_id,
|
"object": self.status.remote_id,
|
||||||
|
"published": "Mon, 25 May 2020 19:31:20 GMT",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
views.inbox.activity_task(activity)
|
views.inbox.activity_task(activity)
|
||||||
|
|
Loading…
Reference in a new issue