fix:修改必要的测试文件的检查位置

This commit is contained in:
DawnARC
2026-05-03 20:17:35 +08:00
parent 87716d18b7
commit ee6737cd8b
4 changed files with 84 additions and 15 deletions

View File

@@ -41,7 +41,7 @@ def _patch_maisaka_config(monkeypatch: pytest.MonkeyPatch) -> None:
monkeypatch.setattr(
query_memory_tool,
"global_config",
SimpleNamespace(maisaka=SimpleNamespace(memory_query_default_limit=5)),
SimpleNamespace(memory=SimpleNamespace(memory_query_default_limit=5)),
)