mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
fix(tests): add missing json import in msgraph webhook test fixture
The salvaged #25296 fixture's _FakeRequest.read() calls json.dumps but the test module never imported json — the NameError was swallowed by the handler's generic except → 400, failing 10 payload tests.
This commit is contained in:
parent
4f4cbff8bd
commit
deae37e33b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
"""Tests for the Microsoft Graph webhook adapter."""
|
||||
|
||||
import asyncio
|
||||
import json
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue