Skip to content

Commit 7db504c

Browse files
author
Yogesh Gaikwad
committed
fix tests
1 parent efc2c2b commit 7db504c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

x-pack/docs/en/rest-api/security/get-builtin-privileges.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ A successful call returns an object with "cluster" and "index" fields.
7575
"manage_ingest_pipelines",
7676
"manage_ml",
7777
"manage_oidc",
78+
"manage_own_api_key",
7879
"manage_pipeline",
7980
"manage_rollup",
8081
"manage_saml",

x-pack/plugin/src/test/resources/rest-api-spec/test/privileges/11_builtin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ setup:
1515
# This is fragile - it needs to be updated every time we add a new cluster/index privilege
1616
# I would much prefer we could just check that specific entries are in the array, but we don't have
1717
# an assertion for that
18-
- length: { "cluster" : 28 }
18+
- length: { "cluster" : 29 }
1919
- length: { "index" : 16 }

0 commit comments

Comments
 (0)