mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-05 02:45:28 +00:00
test: add fire_and_forget to API chat webhook stub (#4383)
This commit is contained in:
parent
6fb4ccc8ee
commit
17df977794
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue