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." ) ) ],