Skip to content

Commit

Permalink
Dont use port 9300 to test if ES cluster is down
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Aug 7, 2014
1 parent 1063d1d commit 6215e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function testSearchMultipleIndexes()
public function testSearchThrowExceptionWhenServerDown() {
$client = \ElasticSearch\Client::connection(array(
'servers' => array(
'127.0.0.1:9300'
'127.0.0.1:9201'
)
));

Expand Down

0 comments on commit 6215e03

Please sign in to comment.