mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-21 12:02:08 +00:00
Test fix
This commit is contained in:
+1
-1
@@ -1827,7 +1827,7 @@ final class ApiTest extends TestCase
|
||||
$chatId = 12345;
|
||||
$userId = 678;
|
||||
$uri = sprintf('/chats/%d/members', $chatId);
|
||||
$expectedQuery = ['user_id' => $userId];
|
||||
$expectedQuery = ['user_id' => $userId, 'block' => false];
|
||||
|
||||
$rawResponse = ['success' => true];
|
||||
$expectedResult = new Result(true, null);
|
||||
|
||||
Reference in New Issue
Block a user