style(bot): pint — неиспользуемые импорты в трёх bot-тестах

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Дмитрий
2026-07-02 21:15:14 +03:00
parent c90f721978
commit edf98d9ace
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ declare(strict_types=1);
use App\Services\Bot\JivoBotClient;
use Illuminate\Support\Facades\Http;
use Tests\TestCase;
uses(Tests\TestCase::class);
uses(TestCase::class);
beforeEach(function () {
config()->set('services.jivo_bot.outbound_url', 'https://bot.jivosite.com/webhooks/prov-1/tok-1');