zulip/zerver/webhooks/freshdesk
Zixuan James Li 4e518a3852 tests: Call client methods with explicit keyword arguments.
This is a prep commit for tightening the types for our wrapped test
client.

The callers of the test client methods are refactored to either call
them without unpacking at all or create a TypedDict for the keyword
arguments to be unpacked. This allows the type checker to know exactly what
keys are present and their corresponding type.

Signed-off-by: Zixuan James Li <p359101898@gmail.com>
2022-06-28 16:12:00 -07:00
..
fixtures webhooks: Fix invalid JSON in Freshdesk test fixtures. 2020-08-11 10:47:13 -07:00
__init__.py
doc.md markdown: Rewrite include plugin without markdown-include. 2022-06-26 17:36:31 -07:00
tests.py tests: Call client methods with explicit keyword arguments. 2022-06-28 16:12:00 -07:00
view.py freshdesk: Remove unsafe TicketDict class. 2022-05-12 17:56:46 -07:00