Skip to content

Commit

Permalink
Fix another failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Sep 11, 2024
1 parent 095a214 commit 489a9b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default function ruleTests({ getService }: FtrProviderContext) {
expect(recoveredName).to.be('fire then recovers');
expect(recoveredTitle).to.be(`rule 'fire then recovers' recovered`);
expect(recoveredMessage).to.match(
/Document count is \d+ in the last 4s. Alert when greater than 0./
/Document count is \d+ in the last 6s. Alert when greater than 0./
);
});

Expand Down

0 comments on commit 489a9b2

Please sign in to comment.