mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
lint: fix line length
This commit is contained in:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user