1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Move AP request in requests file

This commit is contained in:
Chocobozzz 2021-07-06 15:33:39 +02:00
parent af971e06c6
commit 2d1ad5b960
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 15 additions and 22 deletions

View file

@ -235,7 +235,7 @@ describe('Test moderation notifications', function () {
const video = resVideo.body.video
{
const body = await servers[0].abusesCommand.report({ token: userAccessToken, videoId: video.id, reason: 'super reason' })
const body = await servers[0].abusesCommand.report({ token: userAccessToken, videoId: video.id, reason: 'super reason' })
abuseId = body.abuse.id
}