fix default host for e2e
parent
22f8b16b87
commit
d32df598f3
|
@ -10,7 +10,7 @@ exports.config = {
|
||||||
framework: 'mocha',
|
framework: 'mocha',
|
||||||
params: {
|
params: {
|
||||||
glob: {
|
glob: {
|
||||||
host: 'http://10.8.1.153:9001/',
|
host: 'http://locahost:9001/',
|
||||||
attachments: {
|
attachments: {
|
||||||
unix: './upload-file-test.txt',
|
unix: './upload-file-test.txt',
|
||||||
windows: 'C:\\test\\upload-file-test.txt',
|
windows: 'C:\\test\\upload-file-test.txt',
|
||||||
|
|
Loading…
Reference in New Issue