From 24a94a2e3929fbf583ce8c04ef1f66bd8e0c93df Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:04:09 +0000 Subject: [PATCH] add test fix --- bert_e/tests/unit/test_github_app_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bert_e/tests/unit/test_github_app_auth.py b/bert_e/tests/unit/test_github_app_auth.py index f4ad7110..a1023cce 100644 --- a/bert_e/tests/unit/test_github_app_auth.py +++ b/bert_e/tests/unit/test_github_app_auth.py @@ -22,7 +22,7 @@ def client_app(): serialization.Encoding.PEM, serialization.PrivateFormat.PKCS8, serialization.NoEncryption() - ), + ).decode('utf-8'), base_url="http://localhost:4010", accept_header="application/json" )