Update v4_tests.py

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

View file

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