Skip to content

Commit 50a7cfe

Browse files
change local integration test
1 parent 291afe9 commit 50a7cfe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/local/test_core_local.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ 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.",
23-
model_client_options={"apiKey": os.getenv("MODEL_API_KEY")},
22+
system_prompt="You are a browser automation assistant for testing purposes."
2423
)
2524

2625
@pytest_asyncio.fixture

0 commit comments

Comments
 (0)