diff --git a/tests/api_resources/test_kpu.py b/tests/api_resources/test_kpu.py index f916db66..c5c5115d 100644 --- a/tests/api_resources/test_kpu.py +++ b/tests/api_resources/test_kpu.py @@ -29,7 +29,7 @@ def test_method_run_with_all_params(self, client: Maisa) -> None: query="query", explain_steps=True, retries=1, - file=[b"raw file contents", b"raw file contents", b"raw file contents"], + file=[b"raw file contents"], reasoner_model="gpt-4-turbo", reasoner_prompt="reasoner_prompt", ) @@ -76,7 +76,7 @@ async def test_method_run_with_all_params(self, async_client: AsyncMaisa) -> Non query="query", explain_steps=True, retries=1, - file=[b"raw file contents", b"raw file contents", b"raw file contents"], + file=[b"raw file contents"], reasoner_model="gpt-4-turbo", reasoner_prompt="reasoner_prompt", )