summary refs log tree commit diff
path: root/tests/rest/admin/test_user.py
diff options
context:
space:
mode:
authorTravis Ralston <travisr@element.io>2024-12-04 16:56:42 -0700
committerGitHub <noreply@github.com>2024-12-04 17:56:42 -0600
commitb90ad26ebc90ef286fad3b9a60699e6fdbbe2bd9 (patch)
treeb5b0c933b377b837b2bb84649f19c224e38ad7fb /tests/rest/admin/test_user.py
parent1.121.0rc1 (diff)
downloadsynapse-b90ad26ebc90ef286fad3b9a60699e6fdbbe2bd9.tar.xz
Promote account suspension to stable (#17964)
MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/3823
Diffstat (limited to 'tests/rest/admin/test_user.py')
-rw-r--r--tests/rest/admin/test_user.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/admin/test_user.py b/tests/rest/admin/test_user.py

index fdb8fafa0e..9a0e90208d 100644 --- a/tests/rest/admin/test_user.py +++ b/tests/rest/admin/test_user.py
@@ -5031,7 +5031,6 @@ class UserSuspensionTestCase(unittest.HomeserverTestCase): self.store = hs.get_datastores().main - @override_config({"experimental_features": {"msc3823_account_suspension": True}}) def test_suspend_user(self) -> None: # test that suspending user works channel = self.make_request(