Closed druizz90 closed 5 years ago
Hi team,
Some tests fail when I execute Mocha tests because cache is enabled in two endopoints which use POST method:
cache
POST
https://github.com/wazuh/wazuh-api/blob/041d36c86d4897f3501422baa6248385b0775dba/controllers/agents.js#L244
https://github.com/wazuh/wazuh-api/blob/041d36c86d4897f3501422baa6248385b0775dba/controllers/agents.js#L282
We should delete cache for these endpoints.
Best regards,
Demetrio.
Hi team,
Some tests fail when I execute Mocha tests because
cache
is enabled in two endopoints which usePOST
method:https://github.com/wazuh/wazuh-api/blob/041d36c86d4897f3501422baa6248385b0775dba/controllers/agents.js#L244
https://github.com/wazuh/wazuh-api/blob/041d36c86d4897f3501422baa6248385b0775dba/controllers/agents.js#L282
We should delete cache for these endpoints.
Best regards,
Demetrio.