mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* [Security Solution] Adjust policy test to make it more reliable
(cherry picked from commit e528e41360
)
Co-authored-by: Kevin Logan <56395104+kevinlog@users.noreply.github.com>
This commit is contained in:
parent
73708fda30
commit
90787644a5
1 changed files with 3 additions and 9 deletions
|
@ -409,9 +409,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
version: policyInfo.packageInfo.version,
|
||||
},
|
||||
},
|
||||
artifact_manifest: {
|
||||
manifest_version: agentFullPolicy.inputs[0].artifact_manifest.manifest_version,
|
||||
},
|
||||
artifact_manifest: agentFullPolicy.inputs[0].artifact_manifest,
|
||||
policy: {
|
||||
linux: {
|
||||
events: {
|
||||
|
@ -458,9 +456,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
version: policyInfo.packageInfo.version,
|
||||
},
|
||||
},
|
||||
artifact_manifest: {
|
||||
manifest_version: agentFullPolicy.inputs[0].artifact_manifest.manifest_version,
|
||||
},
|
||||
artifact_manifest: agentFullPolicy.inputs[0].artifact_manifest,
|
||||
policy: {
|
||||
linux: {
|
||||
advanced: {
|
||||
|
@ -497,9 +493,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
version: policyInfo.packageInfo.version,
|
||||
},
|
||||
},
|
||||
artifact_manifest: {
|
||||
manifest_version: agentFullPolicy.inputs[0].artifact_manifest.manifest_version,
|
||||
},
|
||||
artifact_manifest: agentFullPolicy.inputs[0].artifact_manifest,
|
||||
}),
|
||||
]);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue