Skip to content

Commit

Permalink
Merge pull request #41 from throwawayay/patch-1
Browse files Browse the repository at this point in the history
Update registration test
  • Loading branch information
zeratax committed Dec 11, 2020
2 parents 93a4714 + 204a7cb commit af3669d
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 af3669d

Please sign in to comment.