Update v3_tests.py

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

View file

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