We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f9314 commit f1d446dCopy full SHA for f1d446d
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/service_accounts/10_basic.yml
@@ -24,7 +24,7 @@ teardown:
24
"Test get service accounts":
25
- do:
26
security.get_service_accounts: {}
27
- - length: { '': 5 }
+ - length: { '': 4 }
28
- is_true: "elastic/auto-ops"
29
- is_true: "elastic/fleet-server"
30
- is_true: "elastic/fleet-server-remote"
@@ -33,7 +33,7 @@ teardown:
33
34
security.get_service_accounts:
35
namespace: elastic
36
37
38
39
0 commit comments