Skip to content

Commit fba0739

Browse files
committed
[DSL] Update test for current elasticsearch version
1 parent 1e62b56 commit fba0739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/search_size_from_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SizeIntegrationTest < ::Elasticsearch::Test::IntegrationTestCase
2727

2828
should "move the offset" do
2929
response = @client.search index: 'test', body: search {
30-
query { match(:title) { query 'test' and type 'phrase_prefix' } }
30+
query { match(:title) { query 'test' } }
3131
size 5
3232
from 5
3333
sort { by 'title.keyword' }

0 commit comments

Comments
 (0)