diff --git a/tests/Elasticsearch/Tests/ClientTest.php b/tests/Elasticsearch/Tests/ClientTest.php index 4076a07a1..bc18cd5a7 100644 --- a/tests/Elasticsearch/Tests/ClientTest.php +++ b/tests/Elasticsearch/Tests/ClientTest.php @@ -338,7 +338,7 @@ public function testHTTPS() $client = new Elasticsearch\Client($params); try { - $client->exists(['index' => 't', 'type' => 't', 'id' => 1]); + $client->exists(array('index' => 't', 'type' => 't', 'id' => 1)); } catch (\Exception $e) { } diff --git a/util/elasticsearch b/util/elasticsearch index d570d588a..11bf13c36 160000 --- a/util/elasticsearch +++ b/util/elasticsearch @@ -1 +1 @@ -Subproject commit d570d588a8fdfd7feca537d97f1455c6a5a52220 +Subproject commit 11bf13c363cb8f4c964dc2148436a1b0c7b2954f