mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 10:10:01 -04:00
Stabilise MSC3231 (Token Based Registration) (#11867)
This commit is contained in:
parent
b3d155a749
commit
02632b3504
8 changed files with 28 additions and 9 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue