Skip to content

Commit a4852ab

Browse files
committed
Test cleanup
1 parent fcb9e9f commit a4852ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/contrib/openai_agents/test_openai.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import json
12
import os
23
import uuid
34
from dataclasses import dataclass
@@ -1780,9 +1781,8 @@ async def test_workflow_method_tools(client: Client):
17801781
await workflow_handle.result()
17811782

17821783

1783-
async def test_response_serialization(client: Client):
1784-
import json
1785-
1784+
async def test_response_serialization():
1785+
# This should not be used in another test, or this test needs to change to use another unloaded type
17861786
from openai.types.responses.response_output_item import ImageGenerationCall
17871787

17881788
data = json.loads(

0 commit comments

Comments
 (0)