Skip to content

Commit

Permalink
fixing jobState types in security
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 6, 2022
1 parent f777a86 commit 2532786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ export const mockSecurityJobs: SecurityJob[] = [
datafeedState: '',
hasDatafeed: false,
isSingleMetricViewerJob: false,
jobState: '',
jobState: 'closed',
memory_status: '',
processed_record_count: 0,
id: 'rare_process_by_host_windows_ecs',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const moduleToSecurityJob = (
datafeedState: '',
hasDatafeed: false,
isSingleMetricViewerJob: false,
jobState: '',
jobState: 'closed',
memory_status: '',
processed_record_count: 0,
id: moduleJob.id,
Expand Down

0 comments on commit 2532786

Please sign in to comment.