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 84cd60aa00
commit 7d0bfcd758
3 changed files with 4 additions and 3 deletions
@@ -3,7 +3,6 @@
declare(strict_types=1);
use App\Models\KnowledgeChunk;
use App\Services\Bot\BotAnswer;
use App\Services\Bot\BotAnswerService;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Http;
+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');
+2 -1
View File
@@ -4,8 +4,9 @@ declare(strict_types=1);
use App\Services\Bot\YandexGptClient;
use Illuminate\Support\Facades\Http;
use Tests\TestCase;
uses(Tests\TestCase::class);
uses(TestCase::class);
beforeEach(function () {
config()->set('services.yandexgpt', [