Skip to content

Commit

Permalink
Update s/request.param/request.param['rhel_version']
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravtalreja1 authored Dec 27, 2023
1 parent 5ecf8c2 commit 4d52c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_fixtures/component/provision_capsule_pxe.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def capsule_provisioning_rhel_content(
that is specified in `request.param`.
"""
sat = capsule_provisioning_sat.sat
rhel_ver = request.param
rhel_ver = request.param['rhel_version']
repo_names = []
if int(rhel_ver) <= 7:
repo_names.append(f'rhel{rhel_ver}')
Expand Down

0 comments on commit 4d52c54

Please sign in to comment.