Merge pull request #205 from strongloop/indepdent-port

Change test cases port to be dynamic
This commit is contained in:
David Cheung 2016-08-16 16:41:52 -04:00 committed by GitHub
commit e68502a4f5
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ describe('executor', function() {
var dummyInstructions = someInstructions({ var dummyInstructions = someInstructions({
config: { config: {
port: 3000, port: 0,
host: '127.0.0.1', host: '127.0.0.1',
restApiRoot: '/rest-api', restApiRoot: '/rest-api',
foo: { bar: 'bat' }, foo: { bar: 'bat' },

View File

@ -1,4 +1,4 @@
{ {
"port": 3000, "port": 0,
"host": "127.0.0.1" "host": "127.0.0.1"
} }

View File

@ -1,4 +1,4 @@
{ {
"port": 3000, "port": 0,
"host": "127.0.0.1" "host": "127.0.0.1"
} }