Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
update utils.py for #12094
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Feb 26, 2022
1 parent db2785b commit 2b0f157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/rest/client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def _read_write_state(
room_id: str,
event_type: str,
body: Optional[Dict[str, Any]],
tok: str,
tok: Optional[str],
expect_code: int = HTTPStatus.OK,
state_key: str = "",
method: str = "GET",
Expand Down Expand Up @@ -467,7 +467,7 @@ def send_state(
room_id: str,
event_type: str,
body: Dict[str, Any],
tok: str,
tok: Optional[str],
expect_code: int = HTTPStatus.OK,
state_key: str = "",
) -> JsonDict:
Expand Down

0 comments on commit 2b0f157

Please sign in to comment.