Updated test

This commit is contained in:
delvedor
2021-10-21 09:53:24 +02:00
parent 79b0a2f13c
commit 4cf1fc6cd4

View File

@ -381,7 +381,7 @@ test('Fix querystring for scroll search', async t => {
const MockConnection = connection.buildMockConnection({
onRequest (params) {
if (count === 0) {
t.equal(params.querystring, 'size=1&scroll=1m')
t.equal(params.querystring, 'scroll=1m')
} else {
if (params.method !== 'DELETE') {
if (params.method === 'POST') {