Skip to content

Commit 542ca3b

Browse files
committed
test(videos): use supported model in fixtures
1 parent ace7428 commit 542ca3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api_resources/test_videos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_method_create_with_all_params(self, client: OpenAI) -> None:
3939
video = client.videos.create(
4040
prompt="x",
4141
input_reference=b"raw file contents",
42-
model="string",
42+
model="sora-2",
4343
seconds="4",
4444
size="720x1280",
4545
)
@@ -297,7 +297,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncOpenAI) ->
297297
video = await async_client.videos.create(
298298
prompt="x",
299299
input_reference=b"raw file contents",
300-
model="string",
300+
model="sora-2",
301301
seconds="4",
302302
size="720x1280",
303303
)

0 commit comments

Comments
 (0)