litellm/tests/test_litellm/proxy/ui_crud_endpoints
Ishaan Jaff 87feca0b4a
fix: 2 failing CI tests in litellm_mapped_tests_proxy_part2 (#21797)
* fix(test): remove deprecated Click mix_stderr param in test_use_prisma_db_push_flag_behavior

Click 8.2+ removed the mix_stderr parameter from CliRunner. Use CliRunner() without it.

* fix(test): use app.dependency_overrides for auth mock in test_role_mappings_stored_and_retrieved

monkeypatch.setattr doesn't affect FastAPI's Depends() resolution in parallel
test execution. Use app.dependency_overrides which is the proper FastAPI pattern.
2026-02-21 12:04:58 -08:00
..
test_proxy_setting_endpoints.py fix: 2 failing CI tests in litellm_mapped_tests_proxy_part2 (#21797) 2026-02-21 12:04:58 -08:00