test_classes: Type kwargs for client_get and friends.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-12-16 23:14:22 -08:00
committed by Tim Abbott
parent 27977eddeb
commit dc18aadeb2
6 changed files with 177 additions and 139 deletions

View File

@@ -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,