Fix websocket plugin test

This commit is contained in:
Chocobozzz
2026-07-13 16:29:05 +02:00
parent 4f1168f729
commit fa363139f9
@@ -62,7 +62,7 @@ describe('Test plugin websocket', function () {
})
it('Should connect to the websocket and receive pong', function (done) {
const ws = buildWebSocket(server, basePaths[0])
const ws = buildWebSocket(server, basePaths[0] + 'toto')
ws.on('open', () => ws.send('ping'))
ws.on('message', data => {