aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/search.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/search.ts')
-rw-r--r--server/tests/api/check-params/search.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/api/check-params/search.ts b/server/tests/api/check-params/search.ts
index 72c25ba33..b04d30b7f 100644
--- a/server/tests/api/check-params/search.ts
+++ b/server/tests/api/check-params/search.ts
@@ -219,8 +219,6 @@ describe('Test videos API validator', function () {
219 describe('Search target', function () { 219 describe('Search target', function () {
220 220
221 it('Should fail/succeed depending on the search target', async function () { 221 it('Should fail/succeed depending on the search target', async function () {
222 this.timeout(10000)
223
224 const query = { search: 'coucou' } 222 const query = { search: 'coucou' }
225 const paths = [ 223 const paths = [
226 '/api/v1/search/video-playlists/', 224 '/api/v1/search/video-playlists/',