diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/plugins/filter-hooks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index 3a5c7aa62..2441940c3 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts | |||
@@ -114,7 +114,7 @@ describe('Test plugin filter hooks', function () { | |||
114 | }) | 114 | }) |
115 | 115 | ||
116 | it('Should run filter:api.video-channels.videos.list.result', async function () { | 116 | it('Should run filter:api.video-channels.videos.list.result', async function () { |
117 | const res = await getAccountVideos(servers[0].url, servers[0].accessToken, 'root_channel', 0, 2) | 117 | const res = await getVideoChannelVideos(servers[0].url, servers[0].accessToken, 'root_channel', 0, 2) |
118 | 118 | ||
119 | // Plugin do +3 to the total result | 119 | // Plugin do +3 to the total result |
120 | expect(res.body.total).to.equal(13) | 120 | expect(res.body.total).to.equal(13) |