fix(ci): update interaction status and coverage shard

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
yucheng 2026-07-21 18:12:44 +00:00
parent 7de7d7c214
commit 2ea38bc5cc
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ jobs:
with:
test-path: >-
tests/test_litellm/proxy/management_endpoints
tests/test_litellm/proxy/credential_endpoints
tests/test_litellm/proxy/guardrails
tests/test_litellm/proxy/management_helpers
tests/test_litellm/proxy/anthropic_endpoints

View file

@ -194,6 +194,7 @@ class TestResponseCompliance:
"cancelled",
"incomplete",
"budget_exceeded",
"queued",
]
assert status_prop["enum"] == expected_statuses
print(f"✓ Status enum values: {expected_statuses}")