mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
test(integration): drop id diagnostic from fal video wire test
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a63e06c63
commit
21a2ed6244
1 changed files with 0 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import json
|
||||
import sys
|
||||
import uuid
|
||||
from typing import Final
|
||||
|
||||
|
|
@ -58,8 +57,6 @@ def test_fal_video_create_status_and_content_follow_queue_wire_contract(gateway:
|
|||
assert isinstance(video_id, str) and video_id
|
||||
status: Final = gateway.get(f"/v1/videos/{video_id}")
|
||||
assert status["status"] == "completed"
|
||||
status_id_matches_created_id: Final = status["id"] == video_id
|
||||
sys.stdout.write(f"status_id_matches_created_id={status_id_matches_created_id}\n")
|
||||
content: Final = gateway.request("GET", f"/v1/videos/{video_id}/content")
|
||||
assert content.status_code == 200, content.text
|
||||
assert content.headers["content-type"].startswith("video/mp4")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue