mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[tests/config] fix console url
This commit is contained in:
parent
a2d37fca98
commit
7d7ef27e3a
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ module.exports = {
|
|||
hash: '/management'
|
||||
},
|
||||
console: {
|
||||
pathname: 'app/console',
|
||||
pathname: kibanaURL,
|
||||
hash: '/dev_tools/console',
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue