lint: fix line length

This commit is contained in:
Guilhem Saurel
2021-08-27 18:04:34 +02:00
parent c03ae0a571
commit eb3c795368
3 changed files with 6 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ class BotTest(unittest.IsolatedAsyncioTestCase):
bot_req({"body": 3}, KEY, params={"formatter": "wrong_formatter"}),
{"status": 400, "ret": "Unknown formatter"},
)
# TODO: if the client from matrix_webhook has olm support, this won't be a 403 from synapse,
# but a LocalProtocolError from matrix_webhook
# TODO: if the client from matrix_webhook has olm support,
# this won't be a 403 from synapse, but a LocalProtocolError from matrix_webhook
self.assertEqual(
bot_req({"body": 3}, KEY, "wrong_room"),
{"status": 403, "ret": "Unknown room"},