Skip to content

Commit

Permalink
remove last remaining esArchiver config usage
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 8, 2021
1 parent c3f86eb commit e9b638f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ export function EsArchiverProvider({ getService }) {
const kibanaServer = getService('kibanaServer');
const retry = getService('retry');

if (!config.get('esArchiver')) {
throw new Error(`esArchiver can't be used unless you specify it's config in your config file`);
}

const esArchiver = new EsArchiver({
baseDir: INTEGRATION_TEST_ROOT,
client,
Expand Down

0 comments on commit e9b638f

Please sign in to comment.