Skip to content

Commit cb914d8

Browse files
committed
Update test
1 parent 3bb425b commit cb914d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,15 +1737,15 @@ setup:
17371737
dims: 64
17381738
index_options:
17391739
type: bbq_disk
1740-
on_disk_rescoring: true
1740+
on_disk_rescore: true
17411741

17421742
- do:
17431743
indices.get_mapping:
17441744
index: test_index
17451745

17461746
- match: { test_index.mappings.properties.embedding.type: dense_vector }
17471747
- match: { test_index.mappings.properties.embedding.index_options.type: bbq_disk }
1748-
- match: { test_index.mappings.properties.embedding.index_options.on_disk_rescoring: true }
1748+
- match: { test_index.mappings.properties.embedding.index_options.on_disk_rescore: true }
17491749

17501750
- do:
17511751
index:

0 commit comments

Comments
 (0)