rockcarver / frodo-cli

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

Fix Mock Issue for CLI Tests #409

Closed phalestrivir closed 3 months ago

phalestrivir commented 3 months 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.