summary refs log tree commit diff
path: root/tests/rest/client/utils.py
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2025-02-03 18:58:55 +0100
committerGitHub <noreply@github.com>2025-02-03 17:58:55 +0000
commit27dbb1b4290b9de64e24a11f892777378810b595 (patch)
treed69e68fa45963e7a42b39c7876f1c21af8d1fd85 /tests/rest/client/utils.py
parentAdd locking to more safely delete state groups: Part 1 (#18107) (diff)
downloadsynapse-27dbb1b4290b9de64e24a11f892777378810b595.tar.xz
Add locking to more safely delete state groups: Part 2 (#18130)
This actually makes it so that deleting state groups goes via the new
mechanism.

c.f. #18107
Diffstat (limited to 'tests/rest/client/utils.py')
-rw-r--r--tests/rest/client/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/utils.py b/tests/rest/client/utils.py

index dbd6049f9f..e766630afb 100644 --- a/tests/rest/client/utils.py +++ b/tests/rest/client/utils.py
@@ -548,7 +548,7 @@ class RestHelper: room_id: str, event_type: str, body: Dict[str, Any], - tok: Optional[str], + tok: Optional[str] = None, expect_code: int = HTTPStatus.OK, state_key: str = "", ) -> JsonDict: