From 6c307221be56dd1387e308df961d43de9d74e7f3 Mon Sep 17 00:00:00 2001 From: vsedmik <46570670+vsedmik@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:58:28 +0100 Subject: [PATCH] Get rid of deprecated mirror-on-sync (#13425) (cherry picked from commit 0452011e7ba6e6cf5499b3520883405425eb1786) --- tests/foreman/cli/test_satellitesync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/cli/test_satellitesync.py b/tests/foreman/cli/test_satellitesync.py index 7fed3bd1586..0251b4901e8 100644 --- a/tests/foreman/cli/test_satellitesync.py +++ b/tests/foreman/cli/test_satellitesync.py @@ -499,7 +499,7 @@ def class_export_entities(module_org, module_target_sat): exporting_repo = module_target_sat.cli_factory.make_repository( { 'name': exporting_repo_name, - 'mirror-on-sync': 'no', + 'mirroring-policy': 'mirror_content_only', 'download-policy': 'immediate', 'product-id': product['id'], } @@ -1273,7 +1273,7 @@ def test_postive_export_cv_with_mixed_content_repos( { 'name': gen_string('alpha'), 'download-policy': 'immediate', - 'mirror-on-sync': 'no', + 'mirroring-policy': 'mirror_content_only', 'product-id': product['id'], } )