diff --git a/tests/Elasticsearch/Tests/ClientTest.php b/tests/Elasticsearch/Tests/ClientTest.php index 01244d08b..8f42c0344 100644 --- a/tests/Elasticsearch/Tests/ClientTest.php +++ b/tests/Elasticsearch/Tests/ClientTest.php @@ -47,7 +47,7 @@ public function testConstructorStringHost() public function testOneGoodOneBadHostNoException() { $params = array('hosts' => array ( - '127.0.0.1:80', + '127.0.0.1:1', $_SERVER['ES_TEST_HOST'], )); $client = new Elasticsearch\Client($params);