diff --git a/python/test/unit/spacewalk/satellite_tools/test_reposync.py b/python/test/unit/spacewalk/satellite_tools/test_reposync.py index 76517046c39d..c21f0c7349fd 100644 --- a/python/test/unit/spacewalk/satellite_tools/test_reposync.py +++ b/python/test/unit/spacewalk/satellite_tools/test_reposync.py @@ -233,7 +233,7 @@ def _mock_repo_plugin(self, pkg_list) -> Mock: @patch("spacewalk.satellite_tools.reposync.os", os) @patch("spacewalk.satellite_tools.reposync.ThreadedDownloader") @patch("spacewalk.satellite_tools.reposync.multiprocessing.Pool") - def test_sync_excludes_failed_pkgs(self, pool, downloader): + def test_import_packages_excludes_failed_pkgs(self, pool, downloader): """ When downloader fails to download a subset of packages Then the RepoSync.import_packages function should not process the failed packages