mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-05 12:42:30 +00:00
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:
parent
db52ad0f07
commit
24aa02179b
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue