Skip to content

Commit

Permalink
Update registration test
Browse files Browse the repository at this point in the history
  • Loading branch information
throwawayay authored Dec 10, 2020
1 parent fb9727e commit 204a7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 204a7cb

Please sign in to comment.