mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 11:25:40 +00:00
typo
This commit is contained in:
@@ -40,7 +40,7 @@ class GithubFormatterTest(unittest.IsolatedAsyncioTestCase):
|
|||||||
await client.login(MATRIX_PW)
|
await client.login(MATRIX_PW)
|
||||||
room = await client.room_create()
|
room = await client.room_create()
|
||||||
|
|
||||||
with Path("tests/example_github_push.json", "rb").open() as f:
|
with Path("tests/example_github_push.json").open("rb") as f:
|
||||||
example_github_push = f.read().strip()
|
example_github_push = f.read().strip()
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
httpx.post(
|
httpx.post(
|
||||||
|
|||||||
Reference in New Issue
Block a user