diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:22:39 +0000 |
commit | 34a04be281a82ae949c8869ffa8ca3df0d3b4f6b (patch) | |
tree | 67d67b3dc28674b926383a12ed3b7bde63d42608 /tests/test_migrations.py | |
parent | Adding upstream version 0.1.44. (diff) | |
download | debputy-34a04be281a82ae949c8869ffa8ca3df0d3b4f6b.tar.xz debputy-34a04be281a82ae949c8869ffa8ca3df0d3b4f6b.zip |
Adding upstream version 0.1.45.upstream/0.1.45
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/test_migrations.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_migrations.py b/tests/test_migrations.py index f53c716..b179cab 100644 --- a/tests/test_migrations.py +++ b/tests/test_migrations.py @@ -15,7 +15,7 @@ from debputy.dh_migration.migrators_impl import ( migrate_install_file, migrate_maintscript, migrate_links_files, - detect_dh_addons, + detect_dh_addons_with_zz_integration, migrate_not_installed_file, migrate_installman_file, migrate_bash_completion, @@ -1465,7 +1465,7 @@ def test_detect_dh_addons( accept_no_migration_issues: AcceptableMigrationIssues, accept_any_migration_issues: AcceptableMigrationIssues, ) -> None: - migrator = detect_dh_addons + migrator = detect_dh_addons_with_zz_integration empty_fs = build_virtual_file_system([DEBIAN_DIR_ENTRY]) dctrl_no_addons_content = textwrap.dedent( |