mirror of
https://github.com/danog/tg-file-decoder.git
synced 2024-11-26 12:24:40 +01:00
Disable verbose tests
This commit is contained in:
parent
46fb531055
commit
1d89a39343
@ -55,7 +55,6 @@ class IntegrationTest extends TestCase
|
||||
|
||||
$handle = \curl_init("https://api.telegram.org/bot$token/sendVideoNote?chat_id=$dest");
|
||||
\curl_setopt($handle, CURLOPT_POST, true);
|
||||
\curl_setopt($handle, CURLOPT_VERBOSE, true);
|
||||
\curl_setopt($handle, CURLOPT_POSTFIELDS, [
|
||||
$type => new CURLFile(\basename($url))
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user