mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-31 13:16:38 +00:00
tests: fix rename
This commit is contained in:
parent
5c42d7a907
commit
3fbc93c998
|
@ -100,7 +100,7 @@ def calculate_and_clear_dead_packages(job: Job):
|
||||||
status_text="Calculate the number of dead packages...",
|
status_text="Calculate the number of dead packages...",
|
||||||
)
|
)
|
||||||
|
|
||||||
dead_packages, package_equal_to_percent = get_dead_packages(stream_process
|
dead_packages, package_equal_to_percent = get_dead_packages(
|
||||||
run_nix_store_print_dead()
|
run_nix_store_print_dead()
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ from selfprivacy_api.jobs.nix_collect_garbage import (
|
||||||
parse_line,
|
parse_line,
|
||||||
CLEAR_COMPLETED,
|
CLEAR_COMPLETED,
|
||||||
COMPLETED_WITH_ERROR,
|
COMPLETED_WITH_ERROR,
|
||||||
stream_process,
|
process_stream,
|
||||||
RESULT_WAS_NOT_FOUND_ERROR,
|
RESULT_WAS_NOT_FOUND_ERROR,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue