From fdfef067ad93971de1e39adb3a826388400fd062 Mon Sep 17 00:00:00 2001 From: David Holtz Date: Wed, 2 Oct 2024 12:42:25 +0000 Subject: [PATCH] fix: adjust linting in test file --- integration-tests/models/test_tools_llama.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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