diff options
author | Hugh Nimmo-Smith <hughns@element.io> | 2023-09-22 17:34:07 +0100 |
---|---|---|
committer | Hugh Nimmo-Smith <hughns@element.io> | 2023-09-22 17:34:07 +0100 |
commit | cf3b20a2f19909d77e7a7f23e9aace47ca2a06b1 (patch) | |
tree | 43b5ad6fa539d678749fee6b1832e3ecefe457a0 | |
parent | Add missing support for MSC3882 unstable r1 support (diff) | |
download | synapse-cf3b20a2f19909d77e7a7f23e9aace47ca2a06b1.tar.xz |
Lint
-rw-r--r-- | tests/rest/client/test_login_token_request.py | 2 |
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) |