Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tests/api_resources/test_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_method_create_with_all_params_overload_1(self, client: OpenAI) -> None:
background=True,
context_management=[
{
"type": "type",
"type": "compaction",
"compact_threshold": 1000,
}
],
Expand Down Expand Up @@ -120,7 +120,7 @@ def test_method_create_with_all_params_overload_2(self, client: OpenAI) -> None:
background=True,
context_management=[
{
"type": "type",
"type": "compaction",
"compact_threshold": 1000,
}
],
Expand Down Expand Up @@ -445,7 +445,7 @@ async def test_method_create_with_all_params_overload_1(self, async_client: Asyn
background=True,
context_management=[
{
"type": "type",
"type": "compaction",
"compact_threshold": 1000,
}
],
Expand Down Expand Up @@ -533,7 +533,7 @@ async def test_method_create_with_all_params_overload_2(self, async_client: Asyn
background=True,
context_management=[
{
"type": "type",
"type": "compaction",
"compact_threshold": 1000,
}
],
Expand Down