Update v5_tests.py

This commit is contained in:
Alex Lushpai 2024-05-24 22:11:59 +03:00 committed by GitHub
parent 7b00b80a3e
commit 7635feb57b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -245,7 +245,6 @@ class TestVersion5(unittest.TestCase):
"""
(pook.get(os.getenv('RETAILCRM_URL') + '/api/v5/statistic/update')
.headers({'X-API-KEY': None})
.reply(200)
.headers(self.__header)
.json({'errorMsg': '"apiKey" is missing.'})