From 1e81a8fa01a30e313202eb261f9887a4b5d746b7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Thu, 9 Mar 2023 11:59:54 +0100 Subject: [PATCH] typo --- tests/test_github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_github.py b/tests/test_github.py index 4008b56..8c5e7f1 100644 --- a/tests/test_github.py +++ b/tests/test_github.py @@ -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(