diff --git a/integration-tests/models/test_tools_llama.py b/integration-tests/models/test_tools_llama.py index 5f3dba9c..3c222b72 100644 --- a/integration-tests/models/test_tools_llama.py +++ b/integration-tests/models/test_tools_llama.py @@ -233,8 +233,5 @@ async def test_flash_llama_grammar_tools_insufficient_information( stream=False, ) - assert ( - responses.choices[0].message.content - == "There is a huge storm in the ocean" - ) + assert responses.choices[0].message.content == "There is a huge storm in the ocean" assert responses == response_snapshot