From 7b9ff310b6df82957d7da3f3acef2a40d34a146a Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Sun, 28 Jun 2026 00:42:06 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20salvage=20#33830=20for=20current=20main?= =?UTF-8?q?=20=E2=80=94=20relocate=20allow=5Fbots=20bridge=20to=20telegram?= =?UTF-8?q?=20plugin=20hook,=20fix=20stale=20adapter=20import=20in=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/gateway/test_telegram_bot_auth_bypass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gateway/test_telegram_bot_auth_bypass.py b/tests/gateway/test_telegram_bot_auth_bypass.py index d9a8d1e4f0f..794a7ae66c2 100644 --- a/tests/gateway/test_telegram_bot_auth_bypass.py +++ b/tests/gateway/test_telegram_bot_auth_bypass.py @@ -121,7 +121,7 @@ def _build_telegram_message(*, is_bot: bool): def _capture_build_source_is_bot(is_bot: bool): from gateway.platforms.base import MessageType - from gateway.platforms.telegram import TelegramAdapter + from plugins.platforms.telegram.adapter import TelegramAdapter adapter = object.__new__(TelegramAdapter) adapter.platform = Platform.TELEGRAM