Skip to content

Commit f7c5356

Browse files
.
1 parent f1fdaf9 commit f7c5356

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)