diff --git a/tests/BotApiTest.php b/tests/BotApiTest.php index 823292d3..43e351bf 100644 --- a/tests/BotApiTest.php +++ b/tests/BotApiTest.php @@ -143,6 +143,6 @@ private function createHttpClient() private function createBotApi(HttpClientInterface $httpClient) { - return new BotApi('token', null, $httpClient); + return new BotApi('token', $httpClient); } }