Skip to content

Commit

Permalink
other enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Dec 17, 2024
1 parent ac2e263 commit a16ae35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/foreman/api/test_capsulecontent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ def test_positive_remove_capsule_orphans(
'repos_collection',
[
{
'distro': 'rhel9',
'distro': 'rhel10',
'YumRepository': {'url': settings.repos.yum_0.url},
}
],
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/longrun/test_oscap.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
'rhel8': f'cv_{gen_string("alpha")}_rhel8',
'rhel7': f'cv_{gen_string("alpha")}_rhel7',
}
# TODO: add rhel10 profile when available
profiles = {
'rhel10': OSCAP_PROFILE[''],
'rhel9': OSCAP_PROFILE['cbrhel9'],
'rhel8': OSCAP_PROFILE['ospp8'],
'rhel7': OSCAP_PROFILE['security7'],
Expand Down

0 comments on commit a16ae35

Please sign in to comment.