litellm/tests/test_litellm/secret_managers
Parinith f1e515e848 fix(secret_managers): strip surrounding quotes from env var values
Docker --env-file passes literal quote characters (e.g. AZURE_API_BASE="https://...")
without stripping them, unlike most dotenv parsers. Add _strip_env_quotes() and
apply it in get_secret() so callers always receive the bare value.

Fixes #27591

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 22:58:34 +05:30
..
test_aws_secret_manager_rotation.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_aws_secret_manager_v2.py fix(tests): isolate flaky files endpoint tests from global proxy state (#21788) 2026-02-21 11:20:32 -08:00
test_custom_secret_manager.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07: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(secret_managers): strip surrounding quotes from env var values 2026-05-10 22:58:34 +05:30