Skip to content

Commit b67bc26

Browse files
committed
test fixes
1 parent 3188967 commit b67bc26

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/220_dense_vector_node_index_stats.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,16 @@
716716
indices.refresh: {}
717717

718718
- do:
719-
nodes.stats:
720-
metric: [ indices ]
719+
cat.shards:
720+
format: "json"
721+
h: [ id ]
722+
index: "bbq_quantized2"
723+
724+
- do:
725+
nodes.stats:
726+
metric: [ indices ]
727+
node_id: $body.0.id
728+
721729
- set:
722730
nodes._arbitrary_key_: node_id
723731

0 commit comments

Comments
 (0)