chg: [tests] trying to fix the failing test

pull/9631/head
iglocska 2024-03-20 14:51:51 +01:00
parent 0bbc10929b
commit ec0b0721be
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -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': '',