More list models tests
This commit is contained in:
parent
b9b5694165
commit
5939a72c81
2 changed files with 23 additions and 1 deletions
|
@ -80,7 +80,7 @@ class ListItem(ActivitypubMixin, BookWyrmModel):
|
|||
id='%s#remove' % self.remote_id,
|
||||
actor=user.remote_id,
|
||||
object=self.book.to_activity(),
|
||||
target=self.book_list.to_activity()
|
||||
target=self.book_list.remote_id
|
||||
).serialize()
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue