mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
test_classes: Type kwargs for client_get and friends.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
27977eddeb
commit
dc18aadeb2
@@ -503,7 +503,7 @@ def validate_request(
|
||||
url: str,
|
||||
method: str,
|
||||
data: Union[str, bytes, Dict[str, Any]],
|
||||
http_headers: Dict[str, Any],
|
||||
http_headers: Dict[str, str],
|
||||
json_url: bool,
|
||||
status_code: str,
|
||||
intentionally_undocumented: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user