Skip to content

Commit 0725f98

Browse files
committed
Fix the failed integration test.
1 parent 4ed69ff commit 0725f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/inputs/integration/elasticsearch_esql_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@
116116
end
117117
end
118118

119-
context "#METADATA included" do
119+
context "#METADATA" do
120120
let(:config) do
121-
super().merge("query" => "FROM #{es_index} METADATA _index, _id, _version | SORT count")
121+
super().merge("query" => "FROM #{es_index} METADATA _index, _id, _version | DROP message.keyword, type.keyword | SORT count")
122122
end
123123

124124
it "includes document metadata" do

0 commit comments

Comments
 (0)