diff --git a/x-pack/test/detection_engine_api_integration/security_and_spaces/group1/query_alerts.ts b/x-pack/test/detection_engine_api_integration/security_and_spaces/group1/query_alerts.ts index aa9b29265226df..4aeaf7b54e78a4 100644 --- a/x-pack/test/detection_engine_api_integration/security_and_spaces/group1/query_alerts.ts +++ b/x-pack/test/detection_engine_api_integration/security_and_spaces/group1/query_alerts.ts @@ -69,6 +69,7 @@ const userAllSecWithDls = { roles: [roleToAccessSecuritySolutionWithDls.name], }; +// eslint-disable-next-line import/no-default-export export default ({ getService }: FtrProviderContext) => { const supertestWithoutAuth = getService('supertestWithoutAuth'); const esArchiver = getService('esArchiver');