Skip to content

Commit

Permalink
Fixed jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Nov 13, 2020
1 parent 2d8f830 commit 78a15c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerts/server/alert_type_registry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('register()', () => {

expect(() => registry.register(alertType)).toThrowError(
new Error(
`Alert type by id ${alertType.id} cannot be registered. Action groups [resolved] is reserved by framework.`
`Alert type [id="${alertType.id}"] cannot be registered. Action groups [resolved] are reserved by the framework.`
)
);
});
Expand Down

0 comments on commit 78a15c9

Please sign in to comment.