aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/notifications
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-07-06 15:33:39 +0200
committerChocobozzz <me@florianbigard.com>2021-07-20 15:27:17 +0200
commit2d1ad5b96063d1e430ca99128a15e2e56cb614e0 (patch)
tree5f65def246ec7956cd6f8f2a252588591c994733 /server/tests/api/notifications
parentaf971e06c620bd46a5aa64c8833364e7022b5e3d (diff)
downloadPeerTube-2d1ad5b96063d1e430ca99128a15e2e56cb614e0.tar.gz
PeerTube-2d1ad5b96063d1e430ca99128a15e2e56cb614e0.tar.zst
PeerTube-2d1ad5b96063d1e430ca99128a15e2e56cb614e0.zip
Move AP request in requests file
Diffstat (limited to 'server/tests/api/notifications')
-rw-r--r--server/tests/api/notifications/moderation-notifications.ts2
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