Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-shostak committed Nov 19, 2024
1 parent 5a48344 commit 8fedf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/spaces_api_integration/common/suites/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function getSupertest(
const supertestWithoutAuth = getService('supertestWithoutAuth');
const config = getService('config');
const license = config.get('esTestCluster.license');
let scopedSupertest;
let scopedSupertest: SupertestWithRoleScopeType | SuperTestAgent;

if (user && license === 'trial') {
const isBuiltIn = isBuiltInRole(user.role);
Expand Down

0 comments on commit 8fedf64

Please sign in to comment.