Skip to content

Commit f7c5356

Browse files
.
1 parent f1fdaf9 commit f7c5356

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/integrations/openai/test_openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,6 @@ def test_bad_chat_completion(sentry_init, capture_events):
948948
client.chat.completions.create(
949949
model="some-model",
950950
messages=[{"role": "system", "content": "hello"}],
951-
stream=True,
952951
)
953952

954953
(event,) = events

0 commit comments

Comments
 (0)