diff --git a/test/executor.test.js b/test/executor.test.js index e051510..3f98556 100644 --- a/test/executor.test.js +++ b/test/executor.test.js @@ -38,7 +38,7 @@ describe('executor', function() { var dummyInstructions = someInstructions({ config: { - port: 3000, + port: 0, host: '127.0.0.1', restApiRoot: '/rest-api', foo: { bar: 'bat' }, diff --git a/test/fixtures/env-app/config.json b/test/fixtures/env-app/config.json index 8358c75..7b1376f 100644 --- a/test/fixtures/env-app/config.json +++ b/test/fixtures/env-app/config.json @@ -1,4 +1,4 @@ { - "port": 3000, + "port": 0, "host": "127.0.0.1" } diff --git a/test/fixtures/simple-app/config.json b/test/fixtures/simple-app/config.json index 8358c75..7b1376f 100644 --- a/test/fixtures/simple-app/config.json +++ b/test/fixtures/simple-app/config.json @@ -1,4 +1,4 @@ { - "port": 3000, + "port": 0, "host": "127.0.0.1" }