Skip to content

Commit

Permalink
Make test work in potel (#3848)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker authored Dec 4, 2024
1 parent 884b479 commit cf598e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/cohere/test_cohere.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_bad_chat(sentry_init, capture_events):
with pytest.raises(httpx.HTTPError):
client.chat(model="some-model", message="hello")

(event, _) = events
(event,) = events
assert event["level"] == "error"


Expand Down

0 comments on commit cf598e8

Please sign in to comment.