Skip to content

Commit f1e9022

Browse files
committed
fixup
1 parent d421439 commit f1e9022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/inference/src/yamlRestTest/resources/rest-api-spec/test/inference/10_semantic_text_field_mapping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ setup:
245245
- match: { "test-index-options.mappings.properties.dense_field.index_options.type": "hnsw" }
246246
- match: { "test-index-options.mappings.properties.dense_field.index_options.m": 24 }
247247
- match: { "test-index-options.mappings.properties.dense_field.index_options.ef_construction": 200 }
248-
- length: { "test-index.mappings.properties.dense_field": 4 }
248+
- length: { "test-index-options.mappings.properties.dense_field": 4 }
249249

250250
---
251251
"Field caps with text embedding":

0 commit comments

Comments
 (0)