Skip to content

Commit

Permalink
Update plugin.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko authored Oct 5, 2021
1 parent b0b6d10 commit 440f14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/alerting/server/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ describe('Alerting Plugin', () => {
const ruleType = {
...sampleAlertType,
minimumLicenseRequired: 'basic',
} as AlertType<never, never, never, never, never, "default", never>;
} as AlertType<never, never, never, never, never, 'default', never>;
await setup.registerType(ruleType);
expect(ruleType.ruleTaskTimeout).toBe('5m');
});
Expand Down

0 comments on commit 440f14e

Please sign in to comment.