Merge pull request #205 from strongloop/indepdent-port
Change test cases port to be dynamic
This commit is contained in:
commit
e68502a4f5
|
@ -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' },
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"port": 3000,
|
"port": 0,
|
||||||
"host": "127.0.0.1"
|
"host": "127.0.0.1"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"port": 3000,
|
"port": 0,
|
||||||
"host": "127.0.0.1"
|
"host": "127.0.0.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue