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:
parent
af971e06c6
commit
2d1ad5b960
6 changed files with 15 additions and 22 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue