Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Mar 24, 2022
1 parent ba4d192 commit 8c1166e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/test/fleet_api_integration/apis/epm/update_assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,6 @@ export default function (providerContext: FtrProviderContext) {
id: 'sample_lens',
type: 'lens',
},
{
id: 'sample_osquery_pack_asset',
type: 'osquery-pack-asset',
},
{
id: 'sample_security_rule',
type: 'security-rule',
Expand All @@ -405,6 +401,10 @@ export default function (providerContext: FtrProviderContext) {
id: 'sample_tag',
type: 'tag',
},
{
id: 'sample_osquery_pack_asset',
type: 'osquery-pack-asset',
},
],
installed_es: [
{
Expand Down

0 comments on commit 8c1166e

Please sign in to comment.