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 e069d0f commit 3636016Copy full SHA for 3636016
tests/unit/test_client_api.py
@@ -16,9 +16,9 @@ async def mock_client(self):
16
"""Create a mock Stagehand client for testing."""
17
client = Stagehand(
18
api_url="http://test-server.com",
19
- session_id="test-session-123",
20
- browserbase_api_key="test-api-key",
21
- browserbase_project_id="test-project-id",
+ browserbase_session_id="test-session-123",
+ api_key="test-api-key",
+ project_id="test-project-id",
22
model_api_key="test-model-api-key",
23
)
24
return client
0 commit comments