Skip to content

Commit

Permalink
[tests/config] fix console url
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 13, 2016
1 parent a2d37fc commit 7d7ef27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/server_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ module.exports = {
hash: '/management'
},
console: {
pathname: 'app/console',
pathname: kibanaURL,
hash: '/dev_tools/console',
}
}
};

0 comments on commit 7d7ef27

Please sign in to comment.