forked from phoenix/litellm-mirror
test(test_prompt_factory.py): fix test
This commit is contained in:
parent
a3e9bc4ae2
commit
d66d35349f
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ def test_anthropic_messages_pt():
|
||||||
messages = []
|
messages = []
|
||||||
with pytest.raises(Exception) as err:
|
with pytest.raises(Exception) as err:
|
||||||
anthropic_messages_pt(messages)
|
anthropic_messages_pt(messages)
|
||||||
assert "Invalid first message." in str(err.value)
|
assert "Invalid first message" in str(err.value)
|
||||||
|
|
||||||
|
|
||||||
# codellama_prompt_format()
|
# codellama_prompt_format()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue