summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2022-02-04 13:15:13 +0100
committerGitHub <noreply@github.com>2022-02-04 12:15:13 +0000
commit02632b3504ad4512c5f5a4f859b3fe326b19c788 (patch)
treea23ed29bbea62e51471f65a059ca3b7929f71e42 /tests/rest
parentDelete MSC1711_certificates_FAQ.md (#11907) (diff)
downloadsynapse-02632b3504ad4512c5f5a4f859b3fe326b19c788.tar.xz
Stabilise MSC3231 (Token Based Registration) (#11867)
Diffstat (limited to 'tests/rest')
-rw-r--r--tests/rest/client/test_register.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/test_register.py b/tests/rest/client/test_register.py

index 407dd32a73..0f1c47dcbb 100644 --- a/tests/rest/client/test_register.py +++ b/tests/rest/client/test_register.py
@@ -1154,7 +1154,7 @@ class AccountValidityBackgroundJobTestCase(unittest.HomeserverTestCase): class RegistrationTokenValidityRestServletTestCase(unittest.HomeserverTestCase): servlets = [register.register_servlets] - url = "/_matrix/client/unstable/org.matrix.msc3231/register/org.matrix.msc3231.login.registration_token/validity" + url = "/_matrix/client/v1/register/m.login.registration_token/validity" def default_config(self): config = super().default_config()