aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-imports.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/video-imports.ts')
-rw-r--r--server/tests/api/check-params/video-imports.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-imports.ts b/server/tests/api/check-params/video-imports.ts
index 156a612ee..7893f5cc5 100644
--- a/server/tests/api/check-params/video-imports.ts
+++ b/server/tests/api/check-params/video-imports.ts
@@ -120,7 +120,8 @@ describe('Test video imports API validator', function () {
120 'http://127.0.0.1', 120 'http://127.0.0.1',
121 'http://127.0.0.1/hello', 121 'http://127.0.0.1/hello',
122 'https://192.168.1.42', 122 'https://192.168.1.42',
123 'http://192.168.1.42' 123 'http://192.168.1.42',
124 'http://127.0.0.1.cpy.re'
124 ] 125 ]
125 126
126 for (const targetUrl of targetUrls) { 127 for (const targetUrl of targetUrls) {