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 1a81fea commit e99c1ffCopy full SHA for e99c1ff
tests/unit/test_client_api.py
@@ -19,7 +19,7 @@ async def mock_client(self):
19
browserbase_session_id="test-session-123",
20
api_key="test-api-key",
21
project_id="test-project-id",
22
- model_client_options={"apiKey": "test-model-api-key"}
+ model_api_key="test-model-api-key",
23
)
24
return client
25
tests/unit/test_client_initialization.py
@@ -23,7 +23,7 @@ def test_init_with_direct_params(self):
browserbase_session_id="test-session",
26
- model_client_options={"apiKey": "test-model-api-key"},
27
verbose=2,
28
29
0 commit comments