Clarify cleanup dry-run output
This commit is contained in:
@@ -121,6 +121,9 @@ def test_cleanup_script_reports_dry_run_candidates_separately() -> None:
|
||||
content = script.read_text(encoding="utf-8")
|
||||
|
||||
assert '"candidate_files": []' in content
|
||||
assert '"candidate_exports": []' in content
|
||||
assert '"export_id": str(export.id)' in content
|
||||
assert '"export_type": str(getattr(export, "export_type", ""))' in content
|
||||
assert 'summary["candidate_files"].append(str(path))' in content
|
||||
assert '"max_delete": max_delete' in content
|
||||
assert "blocked_reason" in content
|
||||
|
||||
Reference in New Issue
Block a user