diff --git a/tests/testing.php b/tests/testing.php index 6b3638a8f..b1c36b7c6 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -79,7 +79,6 @@ $MadelineProto = new \danog\MadelineProto\API(__DIR__.'/../testing.madeline', $s $MadelineProto->async(true); $MadelineProto->loop(function () use ($MadelineProto) { yield $MadelineProto->start(); - $MadelineProto->getHttpClient(); yield $MadelineProto->fileGetContents('https://google.com'); try {