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