fix tests

This commit is contained in:
Guilhem Saurel
2022-08-01 23:33:41 +02:00
parent 52b5ff87ea
commit 0819503d8b
2 changed files with 17 additions and 0 deletions

View File

@@ -127,3 +127,4 @@ class GithubFormatterTest(unittest.IsolatedAsyncioTestCase):
).json(),
{"status": 401, "ret": "Invalid SHA-256 HMAC digest"},
)
await client.close()