Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Mar 23, 2022
1 parent 2094fa7 commit ebdd893
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,10 @@ const expectAssetsInstalled = ({
id: 'sample_ml_module',
type: 'ml-module',
},
{
id: 'sample_osquery_pack_asset',
type: 'osquery-pack-asset',
},
{
id: 'sample_search',
type: 'search',
Expand All @@ -531,10 +535,6 @@ const expectAssetsInstalled = ({
id: 'sample_security_rule',
type: 'security-rule',
},
{
id: 'sample_osquery_pack_asset',
type: 'osquery-pack-asset',
},
{
id: 'sample_tag',
type: 'tag',
Expand Down

0 comments on commit ebdd893

Please sign in to comment.