mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-30 04:30:19 +00:00
AgentDB Phase 7: Migrate remaining 8 domains to typed repos (#5366)
This commit is contained in:
parent
58fed69496
commit
26b8f4d73e
84 changed files with 811 additions and 8804 deletions
|
|
@ -41,8 +41,8 @@ async def test_cached_content_removed_from_non_extract_prompts() -> None:
|
|||
# Ensure app dependencies referenced inside the handler resolve to async mocks.
|
||||
forge_module.app.ARTIFACT_MANAGER = MagicMock()
|
||||
forge_module.app.DATABASE = MagicMock()
|
||||
forge_module.app.DATABASE.update_step = AsyncMock()
|
||||
forge_module.app.DATABASE.update_thought = AsyncMock()
|
||||
forge_module.app.DATABASE.tasks.update_step = AsyncMock()
|
||||
forge_module.app.DATABASE.observer.update_thought = AsyncMock()
|
||||
|
||||
with (
|
||||
patch("skyvern.forge.sdk.api.llm.api_handler_factory.LLMConfigRegistry.get_config", return_value=mock_config),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue