mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-27 19:02:03 +08:00
Feat: add skills space to context engine (#13908)
### What problem does this PR solve? issue #13714 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -221,7 +221,7 @@ def test_upload_file_success_uses_new_service_layer(monkeypatch):
|
||||
monkeypatch.setattr(
|
||||
module.FileService,
|
||||
"create_folder",
|
||||
lambda _file, parent_id, _names, _len_id: SimpleNamespace(id=parent_id),
|
||||
lambda _file, parent_id, _names, _len_id, *_args: SimpleNamespace(id=parent_id),
|
||||
)
|
||||
monkeypatch.setattr(module.settings, "STORAGE_IMPL", SimpleNamespace(
|
||||
obj_exist=lambda *_args, **_kwargs: False,
|
||||
|
||||
Reference in New Issue
Block a user