Skip to content

Commit d5b37cb

Browse files
ci passing
1 parent 50a7cfe commit d5b37cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/local/test_core_local.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def local_config(self):
1919
dom_settle_timeout_ms=2000,
2020
self_heal=True,
2121
wait_for_captcha_solves=False,
22-
system_prompt="You are a browser automation assistant for testing purposes."
22+
system_prompt="You are a browser automation assistant for testing purposes.",
23+
model_client_options={"apiKey": os.getenv("MODEL_API_KEY")},
2324
)
2425

2526
@pytest_asyncio.fixture

0 commit comments

Comments
 (0)