mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
formatters: add github
This commit is contained in:
@@ -86,7 +86,7 @@ class BotTest(unittest.IsolatedAsyncioTestCase):
|
||||
self.assertEqual(message.formatted_body, "<h1>Hello</h1>")
|
||||
|
||||
async def test_room_id_parameter(self):
|
||||
"""Send a markdown message in a room given as parameter, and check the result."""
|
||||
"""Send a markdown message in a room given as parameter."""
|
||||
body = "# Hello"
|
||||
messages = []
|
||||
client = nio.AsyncClient(MATRIX_URL, MATRIX_ID)
|
||||
|
||||
Reference in New Issue
Block a user