mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 19:50:42 +00:00
🔄 synced local 'tests/unit/' with remote 'tests/unit/'
This commit is contained in:
parent
84e43687b5
commit
c2a211be4e
8 changed files with 1942 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ def _run_create_extract_action(monkeypatch, extracted_information_schema):
|
|||
captured.update(kwargs)
|
||||
return original_load_prompt(template_name, **kwargs)
|
||||
|
||||
async def fake_handler(*, prompt, step, prompt_name):
|
||||
async def fake_handler(*, prompt, step, prompt_name, **_ignored):
|
||||
captured["prompt"] = prompt
|
||||
return {"summary": "ok"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue