mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 15:09:46 +08:00
refactor: unify agent data port access
This commit is contained in:
@@ -422,7 +422,7 @@ def test_query_plugin_data_truncates_large_payload() -> None:
|
||||
return_value=_plugin_snapshot(),
|
||||
),
|
||||
patch(
|
||||
"app.agent.tools.impl.query_plugin_data.PluginDataOper",
|
||||
"app.agent.tools.impl.query_plugin_data.get_agent_plugin_data_port",
|
||||
return_value=plugin_data_oper,
|
||||
),
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user