litellm/tests/test_litellm/secret_managers
Ishaan Jaffer 77f41805d1 Fix OIDC Google tests to use monkeypatch instead of unittest.mock.patch
Use monkeypatch to directly replace module attributes instead of
unittest.mock.patch context managers. This is more robust in CI
environments with parallel test workers where patch contexts may
not properly intercept module-level function calls.
2026-02-13 19:07:34 -08:00
..
test_aws_secret_manager_rotation.py Fix authorization issues, same alias; verified working 2026-02-05 14:14:20 +05:30
test_custom_secret_manager.py [Feat] Add Custom Secret Manager - Allow users to define and write a custom secret manager (#16297) 2025-11-05 17:20:26 -08:00
test_get_azure_ad_token_provider.py test(test_get_azure_ad_token_provider.py): add unit test to ensure default azure credentials used in the right context 2025-09-11 16:07:32 -07:00
test_secret_managers_main.py Fix OIDC Google tests to use monkeypatch instead of unittest.mock.patch 2026-02-13 19:07:34 -08:00