We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8429eaf commit 2b381d1Copy full SHA for 2b381d1
tests/BotManagerTest.php
@@ -337,6 +337,9 @@ public function testGetUpdatesLiveBot()
337
338
public function testGetUpdatesLoopLiveBot()
339
{
340
+ // Webhook must NOT be set for this to work!
341
+ $this->testUnsetWebhookViaRunLiveBot();
342
+
343
// Looping for 5 seconds should be enough to get a result.
344
$_GET = ['l' => 5];
345
$botManager = new BotManager(ParamsTest::$live_params);
0 commit comments