Exclude aresponses_websocket from Azure SDK client init test
The aresponses_websocket CallType was recently added but not included in the test exclusion list. It uses WebSocket passthrough (not Azure SDK client initialization), so it correctly doesn't call initialize_azure_sdk_client. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
51552eafe7
commit
d22996ee87
@ -425,6 +425,7 @@ def test_select_azure_base_url_called(setup_mocks):
|
||||
"add_message",
|
||||
"arun_thread_stream",
|
||||
"aresponses",
|
||||
"aresponses_websocket",
|
||||
"alist_input_items",
|
||||
"acreate_fine_tuning_job",
|
||||
"acancel_fine_tuning_job",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user