Skip to content

Commit 3636016

Browse files
fix unit test
1 parent e069d0f commit 3636016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/unit/test_client_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ async def mock_client(self):
1616
"""Create a mock Stagehand client for testing."""
1717
client = Stagehand(
1818
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",
19+
browserbase_session_id="test-session-123",
20+
api_key="test-api-key",
21+
project_id="test-project-id",
2222
model_api_key="test-model-api-key",
2323
)
2424
return client

0 commit comments

Comments
 (0)