mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-11 10:03:44 +01:00
test: fix regression from 5802c7ddd9
This commit is contained in:
@@ -144,7 +144,7 @@ Helpers.mocks.like = (override = {}) => {
|
||||
|
||||
const activity = {
|
||||
'@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',
|
||||
actor,
|
||||
object,
|
||||
|
||||
Reference in New Issue
Block a user