Skip to content

Commit

Permalink
Fixing test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
doakalexi committed Jan 6, 2025
1 parent 6855741 commit 66103c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ describe('validateActions', () => {
await expect(
validateActions(context as unknown as RulesClientContext, ruleType, data, false)
).rejects.toThrowErrorMatchingInlineSnapshot(
'"Failed to validate actions due to the following error: IEndpoint security connectors cannot be used as alerting actions"'
'"Failed to validate actions due to the following error: Endpoint security connectors cannot be used as alerting actions"'
);
});
});

0 comments on commit 66103c8

Please sign in to comment.