Skip to content

Commit

Permalink
capsule upgrade playbook test adjustments (#15862)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1730af2)
  • Loading branch information
pondrejk authored and web-flow committed Aug 6, 2024
1 parent 3204ead commit 08226ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_remoteexecution.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_positive_run_capsule_upgrade_playbook(module_capsule_configured, target
'job_template_id': template_id,
'inputs': {
'target_version': CAPSULE_TARGET_VERSION,
'whitelist_options': 'repositories-validate,repositories-setup',
'whitelist_options': 'repositories-validate,repositories-setup,non-rh-packages',
},
'targeting_type': 'static_query',
'search_query': f'name = {module_capsule_configured.hostname}',
Expand Down

0 comments on commit 08226ad

Please sign in to comment.