Ignore equality check against the manifest_version of the full agent config (#71637)

This commit is contained in:
Paul Tavares 2020-07-14 11:35:32 -04:00 committed by GitHub
parent 54e09cd94e
commit 30cc39855d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {