Skip to content

Commit 5d1135a

Browse files
committed
fix yaml tests
1 parent ca99025 commit 5d1135a

File tree

1 file changed

+3
-3
lines changed
  • x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/security/stats

1 file changed

+3
-3
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/security/stats/20_roles_stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
- set:
1111
nodes._arbitrary_key_: node_id
12-
- match: { nodes.$node_id.roles.dls.bit_set_cache.hits: 0 }
13-
- match: { nodes.$node_id.roles.file.remote_indices: 0 }
14-
- match: { nodes.$node_id.roles.native.remote_indices: 0 }
12+
- gte: { nodes.$node_id.roles.dls.bit_set_cache.count: 0 }
13+
- gte: { nodes.$node_id.roles.file.size: 0 }
14+
- gte: { nodes.$node_id.roles.native.size: 0 }

0 commit comments

Comments
 (0)