diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 3352077d62..6f63b86622 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -637,7 +637,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid(): "type": "array", "items": { "type": "string", - "enum": ["text", "image", "audio", "code"], + "enum": ["text", "image", "audio", "code", "video"], }, }, "supports_native_streaming": {"type": "boolean"},