Skip to content

Commit e6440bc

Browse files
Remove unnecessary comma from yaml file
1 parent 4eb8a9b commit e6440bc

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/40_semantic_text_query.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ setup:
10051005
- match: { aggregations.agg_ids.buckets.0.doc_count: 1 }
10061006

10071007
---
1008-
"Query _inference_fields with semantic_text legacy format":
1008+
"Querying_inference_fields with semantic_text legacy format":
10091009
- do:
10101010
inference.put:
10111011
task_type: sparse_embedding
@@ -1044,7 +1044,7 @@ setup:
10441044
index: test-index
10451045
id: doc_1
10461046
body:
1047-
inference_field: "test value",
1047+
inference_field: "test value"
10481048
source_field: "source value"
10491049
refresh: true
10501050

0 commit comments

Comments
 (0)