Skip to content

Commit

Permalink
Fix up test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhampton committed Nov 19, 2021
1 parent 5f766fd commit 2f99ff3
Showing 1 changed file with 0 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,53 +32,6 @@ describe('Detections Usage and Metrics', () => {

expect(result).toEqual(
expect.objectContaining({
detection_rules: {
detection_rule_detail: [],
detection_rule_usage: {
query: {
enabled: 0,
disabled: 0,
alerts: 0,
cases: 0,
},
threshold: {
enabled: 0,
disabled: 0,
alerts: 0,
cases: 0,
},
eql: {
enabled: 0,
disabled: 0,
alerts: 0,
cases: 0,
},
machine_learning: {
enabled: 0,
disabled: 0,
alerts: 0,
cases: 0,
},
threat_match: {
enabled: 0,
disabled: 0,
alerts: 0,
cases: 0,
},
elastic_total: {
enabled: 0,
disabled: 0,
alerts: 0,
cases: 0,
},
custom_total: {
enabled: 0,
disabled: 0,
alerts: 0,
cases: 0,
},
},
},
ml_jobs: { ml_job_metrics: [], ml_job_usage: initialMlJobsUsage },
})
);
Expand Down

0 comments on commit 2f99ff3

Please sign in to comment.