We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab3971 commit 61f62d8Copy full SHA for 61f62d8
tests/Elasticsearch/Tests/ClientTest.php
@@ -43,7 +43,8 @@ public function testCustomQueryParams()
43
'type' => 'test',
44
'id' => 1,
45
'parent' => 'abc',
46
- 'custom' => array('customToken' => 'abc', 'otherToken' => 123)
+ 'custom' => array('customToken' => 'abc', 'otherToken' => 123),
47
+ 'client' => ['ignore' => 400]
48
);
49
$exists = $client->exists($getParams);
50
}
0 commit comments