diff options
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index f77719c68..c4f63200a 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -235,7 +235,7 @@ describe('Test moderation notifications', function () { | |||
235 | const video = resVideo.body.video | 235 | const video = resVideo.body.video |
236 | 236 | ||
237 | { | 237 | { |
238 | const body = await servers[0].abusesCommand.report({ token: userAccessToken, videoId: video.id, reason: 'super reason' }) | 238 | const body = await servers[0].abusesCommand.report({ token: userAccessToken, videoId: video.id, reason: 'super reason' }) |
239 | abuseId = body.abuse.id | 239 | abuseId = body.abuse.id |
240 | } | 240 | } |
241 | 241 | ||