From 2ea38bc5ccd65b5297e7a3dc2a682c0ee0210f3b Mon Sep 17 00:00:00 2001 From: yucheng Date: Tue, 21 Jul 2026 18:12:44 +0000 Subject: [PATCH] fix(ci): update interaction status and coverage shard Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .github/workflows/test-unit-proxy-endpoints.yml | 1 + tests/test_litellm/interactions/test_openapi_compliance.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/test-unit-proxy-endpoints.yml b/.github/workflows/test-unit-proxy-endpoints.yml index cbb36eebdb9..cbceabe91da 100644 --- a/.github/workflows/test-unit-proxy-endpoints.yml +++ b/.github/workflows/test-unit-proxy-endpoints.yml @@ -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 diff --git a/tests/test_litellm/interactions/test_openapi_compliance.py b/tests/test_litellm/interactions/test_openapi_compliance.py index 209e99895db..11b08fa45a8 100644 --- a/tests/test_litellm/interactions/test_openapi_compliance.py +++ b/tests/test_litellm/interactions/test_openapi_compliance.py @@ -194,6 +194,7 @@ class TestResponseCompliance: "cancelled", "incomplete", "budget_exceeded", + "queued", ] assert status_prop["enum"] == expected_statuses print(f"✓ Status enum values: {expected_statuses}")