From f66f917ad6afd74b4b21082d7e7702d06e7da509 Mon Sep 17 00:00:00 2001 From: Ashokaditya Date: Tue, 15 Aug 2023 10:02:09 +0200 Subject: [PATCH] update privilege tests to expect new sub-features refs elastic/security-team/issues/7223 --- x-pack/test/api_integration/apis/security/privileges.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/test/api_integration/apis/security/privileges.ts b/x-pack/test/api_integration/apis/security/privileges.ts index d49df52bfcd1c..3400a66b372cb 100644 --- a/x-pack/test/api_integration/apis/security/privileges.ts +++ b/x-pack/test/api_integration/apis/security/privileges.ts @@ -38,6 +38,8 @@ export default function ({ getService }: FtrProviderContext) { 'minimal_read', 'endpoint_list_all', 'endpoint_list_read', + 'endpoint_and_rule_exceptions_all', + 'endpoint_and_rule_exceptions_read', 'trusted_applications_all', 'trusted_applications_read', 'host_isolation_exceptions_all',