Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable cache in POST request (agents) #391

Closed
druizz90 opened this issue May 22, 2019 · 0 comments
Closed

Disable cache in POST request (agents) #391

druizz90 opened this issue May 22, 2019 · 0 comments
Assignees
Labels

Comments

@druizz90
Copy link
Contributor

Hi team,

Some tests fail when I execute Mocha tests because cache is enabled in two endopoints which use POST method:

router.post('/groups/:group_id/configuration', cache(), function(req, res) {

router.post('/groups/:group_id/files/:file_name', cache(), function(req, res) {

We should delete cache for these endpoints.

Best regards,

Demetrio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants