Improve tests of scitokens
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.
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.