aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/utils/search/videos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/utils/search/videos.ts')
-rw-r--r--server/tests/utils/search/videos.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/utils/search/videos.ts b/server/tests/utils/search/videos.ts
index 3a0c10e42..8c0037ccc 100644
--- a/server/tests/utils/search/videos.ts
+++ b/server/tests/utils/search/videos.ts
@@ -2,7 +2,7 @@
2 2
3import * as request from 'supertest' 3import * as request from 'supertest'
4import { VideosSearchQuery } from '../../../../shared/models/search' 4import { VideosSearchQuery } from '../../../../shared/models/search'
5import { immutableAssign } from '..' 5import { immutableAssign } from '../miscs/miscs'
6 6
7function searchVideo (url: string, search: string) { 7function searchVideo (url: string, search: string) {
8 const path = '/api/v1/search/videos' 8 const path = '/api/v1/search/videos'