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

Remove irrelevant list call #332

Closed sigalsax closed 2 years ago

sigalsax commented 3 years ago

What does this PR do?

Previously, we had an 'if/else' statement where the 'else' was never being reached. It was originally added to differentiate when the request had constraints and when it didn't. Being that in the end, it doesn't make a difference and requests are correctly invoked, this should be removed as it is never being reached.

What ticket does this PR close?

Resolves -

Checklists

Change log

Test coverage

Documentation