summary refs log tree commit diff
diff options
context:
space:
mode:
authorHugh Nimmo-Smith <hughns@element.io>2023-09-22 17:34:07 +0100
committerHugh Nimmo-Smith <hughns@element.io>2023-09-22 17:34:07 +0100
commitcf3b20a2f19909d77e7a7f23e9aace47ca2a06b1 (patch)
tree43b5ad6fa539d678749fee6b1832e3ecefe457a0
parentAdd missing support for MSC3882 unstable r1 support (diff)
downloadsynapse-cf3b20a2f19909d77e7a7f23e9aace47ca2a06b1.tar.xz
Lint
-rw-r--r--tests/rest/client/test_login_token_request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/test_login_token_request.py b/tests/rest/client/test_login_token_request.py
index 025026882c..ff83e88e3e 100644
--- a/tests/rest/client/test_login_token_request.py
+++ b/tests/rest/client/test_login_token_request.py
@@ -199,4 +199,4 @@ class LoginTokenRequestServletTestCase(unittest.HomeserverTestCase):
             access_token=token,
         )
         self.assertEqual(channel.code, 200)
-        self.assertEqual(channel.json_body["expires_in_ms"], 15000)
\ No newline at end of file
+        self.assertEqual(channel.json_body["expires_in_ms"], 15000)