diff --git a/tests/Bot/Tests/DialogsTest.php b/tests/Bot/Tests/DialogsTest.php index 9bc6063..1819f39 100644 --- a/tests/Bot/Tests/DialogsTest.php +++ b/tests/Bot/Tests/DialogsTest.php @@ -218,11 +218,7 @@ class DialogsTest extends TestCase { $this->expectException(\TypeError::class); - $client = self::getApiClient( - null, - null, - false, - ); + $client = self::getApiClient(); $tags[0] = new Tag();