diff --git a/tests/api_resources/test_responses.py b/tests/api_resources/test_responses.py index 094687c2c6..87ec0065d3 100644 --- a/tests/api_resources/test_responses.py +++ b/tests/api_resources/test_responses.py @@ -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, } ], @@ -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, } ], @@ -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, } ], @@ -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, } ],