[tests/config] fix console url

This commit is contained in:
spalger 2016-09-12 16:34:34 -07:00
parent a2d37fca98
commit 7d7ef27e3a

View file

@ -43,7 +43,8 @@ module.exports = {
hash: '/management'
},
console: {
pathname: 'app/console',
pathname: kibanaURL,
hash: '/dev_tools/console',
}
}
};