fix: improve comparison via ruff lint

This commit is contained in:
David Holtz 2024-10-07 13:41:51 +00:00 committed by drbh
parent 2abcc8ea0b
commit 17c66892b5

View File

@ -237,7 +237,7 @@ async def test_flash_llama_grammar_tools_insufficient_information(
stream=False, stream=False,
) )
assert responses.choices[0].message.tool_calls == None assert responses.choices[0].message.tool_calls is None
assert ( assert (
responses.choices[0].message.content responses.choices[0].message.content
== "There is no weather related function available to answer your prompt." == "There is no weather related function available to answer your prompt."