Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chabior committed Aug 7, 2014
1 parent 93ef291 commit 1a810c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ public function testFailConnection()
{
$config = array('connectionStrategy' => 'RoundRobin', 'host' => '255.255.255.0');
$client = new Client($config);


$this->_checkStrategy($client);

$client->request('/_aliases');

}
Expand Down
2 changes: 2 additions & 0 deletions test/lib/Elastica/Test/Connection/Strategy/SimpleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public function testFailConnection()
{
$config = array('host' => '255.255.255.0');
$client = new Client($config);

$this->_checkStrategy($client);

$client->request('/_aliases');

Expand Down

0 comments on commit 1a810c4

Please sign in to comment.