This commit is contained in:
Hugh Nimmo-Smith 2023-09-22 17:34:07 +01:00
parent 109a04313b
commit cf3b20a2f1

View file

@ -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)
self.assertEqual(channel.json_body["expires_in_ms"], 15000)