Skip to content

Commit

Permalink
jest integration x-pack not working
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Feb 1, 2019
1 parent e8fe9f3 commit 11bd01a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion src/test_utils/kbn_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export async function startTestServers({

// Override provided configs, we know what the elastic user is now
kbnSettings.elasticsearch = {
hosts: [esTestConfig.getUrl()],
url: esTestConfig.getUrl(),
username: esTestConfig.getUrlParts().username,
password: esTestConfig.getUrlParts().password,
};
Expand Down

This file was deleted.

0 comments on commit 11bd01a

Please sign in to comment.