From ec0b0721bebade0b4ad92046f8a35fdb43ebb4a0 Mon Sep 17 00:00:00 2001 From: iglocska Date: Wed, 20 Mar 2024 14:51:51 +0100 Subject: [PATCH] chg: [tests] trying to fix the failing test --- tests/testlive_comprehensive_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testlive_comprehensive_local.py b/tests/testlive_comprehensive_local.py index 32771d1de..52de96262 100644 --- a/tests/testlive_comprehensive_local.py +++ b/tests/testlive_comprehensive_local.py @@ -891,7 +891,7 @@ class TestComprehensive(unittest.TestCase): def test_etag(self): headers = { - 'Authorization': key, + 'Authorization': key.strip(), 'Accept': 'application/json', 'User-Agent': 'PyMISP', 'If-None-Match': '',