]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/video-imports.ts
Correctly check import target URL IP
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / video-imports.ts
index 156a612ee7ab1cd9d861c3990c3f2a4c7d9e1a6b..7893f5cc58009c710acfc5d5c01cf1580ec81056 100644 (file)
@@ -120,7 +120,8 @@ describe('Test video imports API validator', function () {
         'http://127.0.0.1',
         'http://127.0.0.1/hello',
         'https://192.168.1.42',
-        'http://192.168.1.42'
+        'http://192.168.1.42',
+        'http://127.0.0.1.cpy.re'
       ]
 
       for (const targetUrl of targetUrls) {