Skip to content

Commit 8584554

Browse files
committed
Make test work in potel
1 parent 8d83f7a commit 8584554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/cohere/test_cohere.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_bad_chat(sentry_init, capture_events):
152152
with pytest.raises(httpx.HTTPError):
153153
client.chat(model="some-model", message="hello")
154154

155-
(event, _) = events
155+
(event,) = events
156156
assert event["level"] == "error"
157157

158158

0 commit comments

Comments
 (0)