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 4d59147 commit 54a5bc2Copy full SHA for 54a5bc2
tests/client/test_base_client.py
@@ -200,4 +200,4 @@ async def create_stream(*args, **kwargs):
200
params = mock_transport.send_message_streaming.call_args.args[0]
201
assert params.configuration.history_length == 0
202
assert params.configuration.blocking is True
203
- assert params.configuration.accepted_output_modes == ['text/plain']
+ assert params.configuration.accepted_output_modes == ['text/plain']
0 commit comments