]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/helpers/request.ts
Update angular
[github/Chocobozzz/PeerTube.git] / server / tests / helpers / request.ts
index a85d80b88cf18acc6f5b8404e17f37286ed7748c..363237df52bbbc5fec584301e8f3b4ffbf64d62e 100644 (file)
@@ -41,7 +41,7 @@ describe('Request helpers', function () {
     const port = await mock.initialize()
 
     const before = new Date().getTime()
-    await doRequest('http://localhost:' + port)
+    await doRequest('http://127.0.0.1:' + port)
 
     expect(new Date().getTime() - before).to.be.greaterThan(2000)