Merge pull request #17871 from overleaf/jpa-bind-v4-v6

[misc] align the host for binding and requesting in tests

GitOrigin-RevId: 916521c56928329ff2cbf2817f3a0a27aeaf8c3d
This commit is contained in:
Jakob Ackermann
2024-04-12 08:04:51 +00:00
committed by Copybot
parent d6b1577393
commit a6fb983afc
3 changed files with 5 additions and 13 deletions
@@ -63,7 +63,7 @@ let server
before('start main app', function (done) {
addSessionEndpoint(app)
server = App.listen(23000, 'localhost', done)
server = App.listen(23000, '127.0.0.1', done)
})
before('start queue workers', function () {