Skip to content

Commit ca13830

Browse files
committed
yaml test fix
1 parent 60269ec commit ca13830

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/180_update_dense_vector_type.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ setup:
22562256
- match: { hits.hits.0._id: "1" }
22572257
- match: { hits.hits.1._id: "3" }
22582258
- match: { hits.hits.2._id: "2" }
2259-
2259+
---
22602260
"Test update int8_hnsw --> bbq_flat":
22612261
- requires:
22622262
capabilities:
@@ -2370,7 +2370,7 @@ setup:
23702370
- match: { hits.hits.0._id: "1" }
23712371
- match: { hits.hits.1._id: "3" }
23722372
- match: { hits.hits.2._id: "2" }
2373-
2373+
---
23742374
"Test update int8_hnsw --> bbq_hnsw":
23752375
- requires:
23762376
capabilities:
@@ -2464,7 +2464,6 @@ setup:
24642464
- do:
24652465
indices.flush:
24662466
index: vectors_64
2467-
24682467
- do:
24692468
indices.refresh: { }
24702469
- do:

0 commit comments

Comments
 (0)