Skip to content

Commit

Permalink
Updated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Dec 29, 2023
1 parent 02714d3 commit d04a77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Manticoresearch/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function testConnectionNoMoreRetriesError()
'retries' => 2,
];
$exMsg = "After 2 retries to 2 nodes, connection has failed. No more retries left.\n"
. "Retries made:\n 1. to 127.0.0.1:9408\n 2. to 127.0.0.2:9428\n";
. "Retries made:\n 1. to 127.0.0.1:9418\n 2. to 127.0.0.2:9428\n";
$client = new Client($params);
$this->expectException(ConnectionException::class);
$this->expectExceptionMessage($exMsg);
Expand Down

0 comments on commit d04a77a

Please sign in to comment.