mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Ignore equality check against the manifest_version
of the full agent config (#71637)
This commit is contained in:
parent
54e09cd94e
commit
30cc39855d
1 changed files with 5 additions and 1 deletions
|
@ -155,7 +155,11 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
'/api/endpoint/artifacts/download/endpoint-exceptionlist-windows-v1/d801aa1fb7ddcc330a5e3173372ea6af4a3d08ec58074478e85aa5603e926658',
|
||||
},
|
||||
},
|
||||
manifest_version: 'WzEwNSwxXQ==',
|
||||
// The manifest version could have changed when the Policy was updated because the
|
||||
// policy details page ensures that a save action applies the udpated policy on top
|
||||
// of the latest Package Config. So we just ignore the check against this value by
|
||||
// forcing it to be the same as the value returned in the full agent config.
|
||||
manifest_version: agentFullConfig.inputs[0].artifact_manifest.manifest_version,
|
||||
schema_version: 'v1',
|
||||
},
|
||||
policy: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue