mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-22 22:40:22 +02:00
test: fix regression from 5802c7ddd9
This commit is contained in:
@@ -144,7 +144,7 @@ Helpers.mocks.like = (override = {}) => {
|
|||||||
|
|
||||||
const activity = {
|
const activity = {
|
||||||
'@context': 'https://www.w3.org/ns/activitystreams',
|
'@context': 'https://www.w3.org/ns/activitystreams',
|
||||||
id: `${Helpers.mocks._baseUrl}/like/${encodeURIComponent(object.id)}`,
|
id: `${Helpers.mocks._baseUrl}/like/${encodeURIComponent(object.id || object)}`,
|
||||||
type: 'Like',
|
type: 'Like',
|
||||||
actor,
|
actor,
|
||||||
object,
|
object,
|
||||||
|
|||||||
Reference in New Issue
Block a user