test(whatsapp): repoint owner test import after adapter relocation

WhatsAppAdapter lives under plugins/platforms/whatsapp/adapter.py on
current upstream; the owner-forward test still imported the removed
gateway.platforms.whatsapp module.
This commit is contained in:
Kong 2026-06-27 13:43:37 +08:00 committed by Teknium
parent db52ad0f07
commit 24aa02179b

View file

@ -18,7 +18,7 @@ from unittest.mock import AsyncMock, MagicMock
import pytest
from gateway.config import Platform, PlatformConfig
from gateway.platforms.whatsapp import WhatsAppAdapter
from plugins.platforms.whatsapp.adapter import WhatsAppAdapter
def _make_adapter():