Skip to content

Commit 84608c0

Browse files
committed
removed the unnencessary explain
1 parent 227011b commit 84608c0

File tree

1 file changed

+0
-2
lines changed
  • x-pack/plugin/search-business-rules/src/yamlRestTest/resources/rest-api-spec/test/search-business-rules

1 file changed

+0
-2
lines changed

x-pack/plugin/search-business-rules/src/yamlRestTest/resources/rest-api-spec/test/search-business-rules/10_pinned_retriever.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ setup:
112112
standard:
113113
query:
114114
match: { text: "document" }
115-
explain: true
116115

117116
- match: { hits.total.value: 5 }
118117
- match: { hits.hits.0._id: doc1 }
@@ -135,7 +134,6 @@ setup:
135134
standard:
136135
query:
137136
match: { text: "document" }
138-
explain: true
139137

140138
- match: { hits.total.value: 5 }
141139
- match: { hits.hits.0._id: doc1 }

0 commit comments

Comments
 (0)