Skip to content

Commit

Permalink
Fix export rule test
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Jun 30, 2022
1 parent 34edd1d commit 388a1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/cypress/objects/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export const expectedExportedRule = (ruleResponse: Cypress.Response<RulesSchema>
description,
risk_score: riskScore,
severity,
output_index: '.siem-signals-default',
output_index: '',
author: [],
false_positives: [],
from: 'now-50000h',
Expand Down

0 comments on commit 388a1df

Please sign in to comment.