diff --git a/tests/v4_tests.py b/tests/v4_tests.py index dd64542..e2a6c8e 100644 --- a/tests/v4_tests.py +++ b/tests/v4_tests.py @@ -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.'})