Skip to content

Commit

Permalink
fixes failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Jun 3, 2024
1 parent e868a2a commit f35ae55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ describe('Close matching Alerts ', { tags: ['@ess', '@serverless'] }, () => {
cy.task('esArchiverLoad', { archiveName: 'exceptions' });

login();
postDataView('exceptions-*');
postDataView('auditbeat-exceptions-*');
createRule(
getNewRule({
query: 'agent.name:*',
data_view_id: 'exceptions-*',
data_view_id: 'auditbeat-exceptions-*',
interval: '1m',
rule_id: 'rule_testing',
})
Expand Down

0 comments on commit f35ae55

Please sign in to comment.