mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-15 23:55:57 +00:00
typo
This commit is contained in:
parent
67540f343d
commit
1e81a8fa01
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user