mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: adjust linting in test file
This commit is contained in:
parent
6466be8365
commit
fdfef067ad
@ -233,8 +233,5 @@ async def test_flash_llama_grammar_tools_insufficient_information(
|
|||||||
stream=False,
|
stream=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
assert (
|
assert responses.choices[0].message.content == "There is a huge storm in the ocean"
|
||||||
responses.choices[0].message.content
|
|
||||||
== "There is a huge storm in the ocean"
|
|
||||||
)
|
|
||||||
assert responses == response_snapshot
|
assert responses == response_snapshot
|
||||||
|
Loading…
Reference in New Issue
Block a user