fix default host for e2e
parent
d32df598f3
commit
5ce9fb470d
|
@ -10,7 +10,7 @@ exports.config = {
|
||||||
framework: 'mocha',
|
framework: 'mocha',
|
||||||
params: {
|
params: {
|
||||||
glob: {
|
glob: {
|
||||||
host: 'http://locahost:9001/',
|
host: 'http://localhost: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