cyberark / cyberark-conjur-cli

CyberArk Conjur command line interface written in Python
https://www.conjur.org
Apache License 2.0
17 stars 16 forks source link

Allow 422 error message to be Unprocessable Entity or Unprocessable C… #434

Closed hdabrowski closed 1 year ago

hdabrowski commented 1 year ago

…ontent

Desired Outcome

This PR solves current problem in failing pipeline. The cause of failures is wrong error message for code 422 which is Unprocessable Content rather than Unprocessable Entity. However in integration tests the message stays the same so I propose accepting either of these two messages.

Implemented Changes

Describe how the desired outcome above has been achieved with this PR. In particular, consider:

Connected Issue/Story

Resolves #[relevant GitHub issue(s), e.g. 76]

CyberArk internal issue ID: [insert issue ID]

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be merged.

Changelog

Test coverage

Documentation

Behavior

Security