[SIEM] Fix types in rules tests (#60736)

* [SIEM] Fix types in rules tests

* Update create_rules.test.ts

* Update create_rules.test.ts
This commit is contained in:
patrykkopycinski 2020-03-20 15:57:07 +01:00 committed by GitHub
parent 4c19cad11b
commit 87e07ef64f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -28,10 +28,12 @@ describe('createRules', () => {
await createRules({
alertsClient,
actionsClient,
actions: [],
...params,
ruleId: 'new-rule-id',
enabled: true,
interval: '',
throttle: null,
name: '',
tags: [],
});

View file

@ -33,10 +33,12 @@ describe('updateRules', () => {
await updateRules({
alertsClient,
actionsClient,
actions: [],
savedObjectsClient,
id: '04128c15-0d1b-4716-a4c5-46997ac7f3bd',
...params,
enabled: true,
throttle: null,
interval: '',
name: '',
tags: [],