Skip to content

Commit

Permalink
[TESTS] Make unit test more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Apr 3, 2015
1 parent c6960c0 commit 80a8c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Elasticsearch/Tests/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 80a8c4c

Please sign in to comment.