We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d25e2 commit ab0c32eCopy full SHA for ab0c32e
tests/integrations/openai/test_openai.py
@@ -99,7 +99,7 @@ def test_streaming_chat_completion(
99
events = capture_events()
100
101
client = OpenAI(api_key="z")
102
- returned_stream = Stream(cast_to=None, response=None, client=None)
+ returned_stream = Stream(cast_to=None, response=None, client=client)
103
returned_stream._iterator = [
104
ChatCompletionChunk(
105
id="1",
0 commit comments