Skip to content

Commit aeaa506

Browse files
fix(test): update stale Google Interactions OpenAPI assertions
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 81c5776 commit aeaa506

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_litellm/interactions/test_openapi_compliance.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ def test_interaction_response_fields(self, spec_dict):
163163
"status",
164164
"created",
165165
"updated",
166-
"role",
167-
"outputs",
168-
"usage",
169166
]
170167

171168
for field in output_fields:
@@ -184,6 +181,7 @@ def test_status_enum_values(self, spec_dict):
184181
"failed",
185182
"cancelled",
186183
"incomplete",
184+
"budget_exceeded",
187185
]
188186
assert status_prop["enum"] == expected_statuses
189187
print(f"✓ Status enum values: {expected_statuses}")

0 commit comments

Comments
 (0)