From 00f8b459a2b5bb866537008da0a2bb9f7fbd2c88 Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Mon, 11 Aug 2025 20:37:28 +0000 Subject: [PATCH] Apply patch [skip ci] --- .../integration_tests/chat_models/test_batch_integration.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py b/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py index 868a344034d..ee04f4c132f 100644 --- a/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py +++ b/libs/partners/openai/tests/integration_tests/chat_models/test_batch_integration.py @@ -41,8 +41,7 @@ class TestBatchAPIIntegration: [ HumanMessage( content=( - "What is the capital of France? " - "Answer with just the city name." + "What is the capital of France? Answer with just the city name." ) ) ], @@ -210,8 +209,7 @@ class TestBatchAPIIntegration: [ HumanMessage( content=( - "What is the smallest planet? " - "Answer with just the planet name." + "What is the smallest planet? Answer with just the planet name." ) ) ],