Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Oct 18, 2021
1 parent 36ec7f5 commit 78e8021
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ describe('storedPackagePoliciesToAgentPermissions()', () => {
description: '',
icons: [],
owner: { github: '' },
status: 'not_installed',
status: 'installed',
assets: {
kibana: {
dashboard: [],
Expand All @@ -310,6 +310,7 @@ describe('storedPackagePoliciesToAgentPermissions()', () => {
transform: [],
index_template: [],
data_stream_ilm_policy: [],
ml_model: [],
},
},
data_streams: [
Expand Down

0 comments on commit 78e8021

Please sign in to comment.