mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
ci(proxy-endpoints): invoke the new credential_endpoints tests
PR #36166 added tests/test_litellm/proxy/credential_endpoints/test_endpoints.py without wiring it into any job's test path, which fails assert-ci-coverage on litellm_internal_staging with 'test files that no CI job invokes'. Add the directory to the proxy-endpoints job alongside the other tests/test_litellm/proxy/*_endpoints paths so the credential PATCH handler regression test actually runs. Co-authored-by: Krrish Dholakia <krrish-berri-2@users.noreply.github.com>
This commit is contained in:
parent
e1717c5e9c
commit
6563744845
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
with:
|
||||
test-path: >-
|
||||
tests/test_litellm/proxy/analytics_endpoints
|
||||
tests/test_litellm/proxy/credential_endpoints
|
||||
tests/test_litellm/proxy/management_endpoints
|
||||
tests/test_litellm/proxy/memory
|
||||
tests/test_litellm/proxy/guardrails
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue