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

Inconsistent behaviour with secret batch request with blank items #2083

Closed
1 of 3 tasks
liavyona opened this issue Mar 25, 2021 · 1 comment
Closed
1 of 3 tasks

Inconsistent behaviour with secret batch request with blank items #2083

liavyona opened this issue Mar 25, 2021 · 1 comment

Comments

@liavyona
Copy link
Contributor

liavyona commented Mar 25, 2021

Summary

When sending the following request: /secrets?variable_ids=,,,,,,,, -> 422
but when sending the following request: /secrets?variable_ids=var1,,,,,,,,var2 -> 404.

Steps to Reproduce

  1. authenticate
  2. send the requests mentioned above

Expected Results

Both cases to return the same error code.

Actual Results (including error logs, if applicable)

Each one returns different error code.

Reproducible

  • Always
  • Sometimes
  • Non-Reproducible
@micahlee
Copy link
Contributor

Closed by #2074

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

No branches or pull requests

2 participants