cyberark / conjur-api-python

Python client for the CyberArk Conjur API
Apache License 2.0
8 stars 3 forks source link

Fix UTs by adding asyncio.run on invoke endpoint #10

Closed mbenita-Cyberark closed 2 years ago

mbenita-Cyberark commented 2 years ago

Desired Outcome

Support tests for async code

Implemented changes

Using aiounittest for testing async code