rockcarver / frodo-cli

A CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.
MIT License
17 stars 14 forks source link

Fix Mock Issue for CLI Tests #409

Closed phalestrivir closed 1 month ago

phalestrivir commented 1 month ago

I made a PR for the frodo-lib that fixes a small issue in the setup for Polly so that conflicts no longer arise due to using different service accounts when testing.

This PR updates the tests so that they all pass again since some mocks needed to be updated again. Additionally, the previously skipped test in config-import tests is no longer skipped.