summary refs log tree commit diff
diff options
context:
space:
mode:
-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)