Skip to content

Improve tests of scitokens

Ghost User requested to merge improve-test-mock-os.environ into main

This PR improves the test suite for igwn_auth_utils.scitokens to not use clear=True with mock.patch.dict('os.environ'), it messes with scitokens's ability to place the keycache properly.

Merge request reports