Skip to content

Commit 7589cde

Browse files
Fixing yaml test
1 parent 22f9af9 commit 7589cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ setup:
422422
- match: { indices: [ "test-multi-field-index" ] }
423423
- exists: fields.sparse_field
424424
- exists: fields.dense_field
425-
- exists: fields.sparse_field.sparse_keyword_field
426-
- exists: fields.dense_field.dense_keyword_field
425+
- exists: fields.sparse_field\.sparse_keyword_field
426+
- exists: fields.dense_field\.dense_keyword_field
427427
- not_exists: fields.sparse_field.inference.chunks.embeddings
428428
- not_exists: fields.sparse_field.inference.chunks.offset
429429
- not_exists: fields.sparse_field.inference.chunks

0 commit comments

Comments
 (0)