Skip to content

Commit

Permalink
Update google response assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kxtran committed May 23, 2024
1 parent 26bb153 commit 9edda2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_google.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def test_genai_chat_w_history(google_model):

text = response.text
assert isinstance(text, str)
assert "no" in text.lower()
assert text, "No output from the model."

0 comments on commit 9edda2a

Please sign in to comment.