Skip to content

Commit

Permalink
move super test without auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Feb 2, 2022
1 parent c192ef9 commit 5b1b993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function createScenarios({ getService }: Pick<FtrProviderContext, 'getSer
const log = getService('log');
const supertest = getService('supertest');
const esSupertest = getService('esSupertest');
const esSupertestWithoutAuth = getService('esSupertestWithoutAuth');
const kibanaServer = getService('kibanaServer');
const supertestWithoutAuth = getService('supertestWithoutAuth');
const retry = getService('retry');
Expand Down Expand Up @@ -223,6 +222,7 @@ export function createScenarios({ getService }: Pick<FtrProviderContext, 'getSer
const settings = {
'index.lifecycle.name': null,
};
const esSupertestWithoutAuth = getService('esSupertestWithoutAuth');
await esSupertestWithoutAuth
.put('/.reporting-*/_settings?expand_wildcards=all')
.auth(REPORTING_USER_USERNAME, REPORTING_USER_PASSWORD)
Expand Down

0 comments on commit 5b1b993

Please sign in to comment.