mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 03:15:40 +00:00
typo
This commit is contained in:
@@ -40,7 +40,7 @@ class GithubFormatterTest(unittest.IsolatedAsyncioTestCase):
|
||||
await client.login(MATRIX_PW)
|
||||
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()
|
||||
self.assertEqual(
|
||||
httpx.post(
|
||||
|
||||
Reference in New Issue
Block a user