From 204a7cb69a632613c9c93d91665a806256d0a6f1 Mon Sep 17 00:00:00 2001 From: throwawayay Date: Wed, 9 Dec 2020 20:51:35 -0500 Subject: [PATCH] Update registration test https://github.com/ZerataX/matrix-registration/pull/39 --- tests/test_registration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_registration.py b/tests/test_registration.py index 45326d11..7b8b98c0 100644 --- a/tests/test_registration.py +++ b/tests/test_registration.py @@ -133,7 +133,7 @@ def raise_for_status(self): re_mxid = r"^@?[a-zA-Z_\-=\.\/0-9]+(:" + \ re.escape(domain) + \ r")?$" - location = '_matrix/client/r0/admin/register' + location = '_synapse/admin/v1/register' if args[0] == '%s/%s' % (GOOD_CONFIG['server_location'], location): if kwargs: