Skip to content

Commit

Permalink
Get rid of deprecated mirror-on-sync (#13425)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedmik authored Dec 15, 2023
1 parent 5fac78b commit 0452011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_satellitesync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
}
Expand Down Expand Up @@ -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'],
}
)
Expand Down

0 comments on commit 0452011

Please sign in to comment.