]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/videos.ts
Implement video channel views
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / videos.ts
index 850ad12e0188c25791892b24c17c9c7117a9f7d0..499a4fc945a5b63c945da0bf35eff104773c0b9c 100644 (file)
@@ -140,7 +140,7 @@ describe('Test videos API validator', function () {
     let path: string
 
     before(async function () {
-      path = '/api/v1/accounts/' + accountUUID + '/video-channels/' + channelUUID + '/videos'
+      path = '/api/v1/video-channels/' + channelUUID + '/videos'
     })
 
     it('Should fail with a bad start pagination', async function () {