test: add fire_and_forget to API chat webhook stub

This commit is contained in:
Alexandre Teixeira
2026-06-16 03:24:48 +01:00
parent 422f23fb12
commit 68f19a889a
+3
View File
@@ -219,6 +219,9 @@ class _WebhookManager:
async def fire(self, event, payload):
return None
def fire_and_forget(self, event, payload):
return None
def _install_sync_chat_stubs(monkeypatch):
# FastAPI checks for python_multipart at import time when Form is used;