Skip to content

Commit

Permalink
fix index name
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSh committed Aug 19, 2024
1 parent 428cfdc commit 2deb1a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function (providerContext: FtrProviderContext) {

it(`Return hasMisconfigurationsFindings true when there are only findings in third party index`, async () => {
await deleteIndex(es, INDEX_ARRAY);
const mock3PIndex = 'logs-mock3pIntegration_latest_misconfigurations_cdr';
const mock3PIndex = 'logs-mock-3p-integration_latest_misconfigurations_cdr';
await addIndex(es, findingsMockData, mock3PIndex);

const { body: res }: { body: CspSetupStatus } = await supertest
Expand Down

0 comments on commit 2deb1a5

Please sign in to comment.