Skip to content

Commit f1d446d

Browse files
committed
ensure yaml tests have correct length
1 parent 03f9314 commit f1d446d

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/service_accounts

1 file changed

+2
-2
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/service_accounts/10_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ teardown:
2424
"Test get service accounts":
2525
- do:
2626
security.get_service_accounts: {}
27-
- length: { '': 5 }
27+
- length: { '': 4 }
2828
- is_true: "elastic/auto-ops"
2929
- is_true: "elastic/fleet-server"
3030
- is_true: "elastic/fleet-server-remote"
@@ -33,7 +33,7 @@ teardown:
3333
- do:
3434
security.get_service_accounts:
3535
namespace: elastic
36-
- length: { '': 5 }
36+
- length: { '': 4 }
3737
- is_true: "elastic/auto-ops"
3838
- is_true: "elastic/fleet-server"
3939
- is_true: "elastic/fleet-server-remote"

0 commit comments

Comments
 (0)