Use valid URL in test

This commit is contained in:
Yuya Ochiai
2018-01-19 20:50:00 +09:00
parent d5773b138b
commit 54c4cffa9a
3 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ const electronBinaryPath = (() => {
const userDataDir = path.join(sourceRootDir, 'test/testUserData/');
const configFilePath = path.join(userDataDir, 'config.json');
const boundsInfoPath = path.join(userDataDir, 'bounds-info.json');
const mattermostURL = 'http://example.com/team';
const mattermostURL = 'http://example.com/';
module.exports = {
sourceRootDir,