diff --git a/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/__snapshots__/jobs_table.test.tsx.snap b/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/__snapshots__/jobs_table.test.tsx.snap index 1950ef2228a1a..962f6f1a8dc42 100644 --- a/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/__snapshots__/jobs_table.test.tsx.snap +++ b/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/__snapshots__/jobs_table.test.tsx.snap @@ -100,7 +100,7 @@ exports[`JobsTableComponent renders correctly against snapshot 1`] = ` "isElasticJob": true, "isInstalled": false, "isSingleMetricViewerJob": false, - "jobState": "", + "jobState": "closed", "jobTags": Object {}, "memory_status": "", "moduleId": "siem_winlogbeat", diff --git a/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/filters/__snapshots__/jobs_table_filters.test.tsx.snap b/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/filters/__snapshots__/jobs_table_filters.test.tsx.snap index bd2c5611056f1..ed142a8132cfb 100644 --- a/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/filters/__snapshots__/jobs_table_filters.test.tsx.snap +++ b/x-pack/plugins/security_solution/public/common/components/ml_popover/jobs_table/filters/__snapshots__/jobs_table_filters.test.tsx.snap @@ -103,7 +103,7 @@ exports[`JobsTableFilters renders correctly against snapshot 1`] = ` "isElasticJob": true, "isInstalled": false, "isSingleMetricViewerJob": false, - "jobState": "", + "jobState": "closed", "jobTags": Object {}, "memory_status": "", "moduleId": "siem_winlogbeat",