This commit is contained in:
Richard van der Hoff 2020-12-15 22:28:06 +00:00
parent ed61fe4ada
commit c9dd47d668
5 changed files with 3 additions and 7 deletions

View file

@ -715,7 +715,7 @@ class AppserviceLoginRestServletTestCase(unittest.HomeserverTestCase):
]
def register_as_user(self, username):
channel = self.make_request(
self.make_request(
b"POST",
"/_matrix/client/r0/register?access_token=%s" % (self.service.token,),
{"username": username},