Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang committed Jul 3, 2020
1 parent 8991d70 commit 8e2d7f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ class AgentConfigService {
soClient,
id,
{
...oldAgentConfig,
package_configs: uniq(
[...((oldAgentConfig.package_configs || []) as string[])].filter(
(pkgConfigId) => !packageConfigIds.includes(pkgConfigId)
Expand Down
2 changes: 1 addition & 1 deletion x-pack/test/functional/es_archives/fleet/agents/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
],
"revision": 2,
"updated_at": "2020-05-07T19:34:42.533Z",
"updated_by": "system",
"updated_by": "system"
}
}
}
Expand Down

0 comments on commit 8e2d7f7

Please sign in to comment.