diff --git a/server/distribute/export.spec.js b/server/distribute/export.spec.js index 181f22c7..0d2bb8ba 100644 --- a/server/distribute/export.spec.js +++ b/server/distribute/export.spec.js @@ -22,7 +22,7 @@ test('distribute: export', async (t) => { configManager: config, }); - const url = `http://localhost:${port}/distribute?port=${1111}`; + const url = `http://localhost:${port}/distribute?port=1111`; const socket = io.connect(url); await once(socket, 'connect'); @@ -53,7 +53,7 @@ test('distribute: export: config', async (t) => { config: defaultConfig, }); - const url = `http://localhost:${port}/distribute?port=${1111}`; + const url = `http://localhost:${port}/distribute?port=1111`; const socket = io.connect(url); socket.once('connect', () => {