Unify concept of absolute_id and remote_id
This commit is contained in:
@ -53,7 +53,7 @@ class Quotation(TestCase):
|
||||
'items': []
|
||||
}
|
||||
},
|
||||
'inReplyToBook': self.book.absolute_id,
|
||||
'inReplyToBook': self.book.remote_id,
|
||||
'fedireadsType': 'Quotation',
|
||||
'quote': 'quote body'
|
||||
}
|
||||
|
Reference in New Issue
Block a user