diff --git a/tests/gateway/test_telegram_webhook_secret.py b/tests/gateway/test_telegram_webhook_secret.py index 268a52e327e..0c37ea47ebc 100644 --- a/tests/gateway/test_telegram_webhook_secret.py +++ b/tests/gateway/test_telegram_webhook_secret.py @@ -31,7 +31,7 @@ class TestTelegramWebhookSecretRequired: """ def _get_source(self) -> str: - path = Path(_repo) / "gateway" / "platforms" / "telegram.py" + path = Path(_repo) / "plugins" / "platforms" / "telegram" / "adapter.py" return path.read_text(encoding="utf-8") def test_webhook_branch_checks_secret(self): diff --git a/tests/tools/test_windows_native_support.py b/tests/tools/test_windows_native_support.py index 3abf5bf80f2..403dcc602c7 100644 --- a/tests/tools/test_windows_native_support.py +++ b/tests/tools/test_windows_native_support.py @@ -766,7 +766,7 @@ class TestNpmBareSpawnsResolved: [ "hermes_cli/tools_config.py", "hermes_cli/doctor.py", - "gateway/platforms/whatsapp.py", + "plugins/platforms/whatsapp/adapter.py", "tools/browser_tool.py", ], )