summary refs log tree commit diff
path: root/tests/rest/client/v1
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-12-15 22:28:06 +0000
committerRichard van der Hoff <richard@matrix.org>2020-12-15 22:35:50 +0000
commitc9dd47d66864714043b51a235909e3e957740c7b (patch)
tree2f6da2e62de09f2b9f64efd8bb260336ebc34b27 /tests/rest/client/v1
parentchangelog (diff)
downloadsynapse-c9dd47d66864714043b51a235909e3e957740c7b.tar.xz
lint
Diffstat (limited to 'tests/rest/client/v1')
-rw-r--r--tests/rest/client/v1/test_login.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_login.py b/tests/rest/client/v1/test_login.py
index 041f2766df..566776e97e 100644
--- a/tests/rest/client/v1/test_login.py
+++ b/tests/rest/client/v1/test_login.py
@@ -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},