mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix CI using 127.0.0.1 for tests
This commit is contained in:
parent
c7c5f8d0f1
commit
2732eeff9e
62 changed files with 312 additions and 322 deletions
|
@ -26,7 +26,7 @@ describe('Test notifications API', function () {
|
|||
userNotifications = res.userNotifications
|
||||
server = res.servers[0]
|
||||
|
||||
await server.subscriptions.add({ token: userToken, targetUri: 'root_channel@localhost:' + server.port })
|
||||
await server.subscriptions.add({ token: userToken, targetUri: 'root_channel@' + server.host })
|
||||
|
||||
for (let i = 0; i < 10; i++) {
|
||||
await server.videos.randomUpload({ wait: false })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue