Skip to content

Commit e99c1ff

Browse files
authored
Apply suggestions from code review
1 parent 1a81fea commit e99c1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/unit/test_client_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async def mock_client(self):
1919
browserbase_session_id="test-session-123",
2020
api_key="test-api-key",
2121
project_id="test-project-id",
22-
model_client_options={"apiKey": "test-model-api-key"}
22+
model_api_key="test-model-api-key",
2323
)
2424
return client
2525

tests/unit/test_client_initialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_init_with_direct_params(self):
2323
browserbase_session_id="test-session",
2424
api_key="test-api-key",
2525
project_id="test-project-id",
26-
model_client_options={"apiKey": "test-model-api-key"},
26+
model_api_key="test-model-api-key",
2727
verbose=2,
2828
)
2929

0 commit comments

Comments
 (0)