Skip to content

Commit

Permalink
Capsule RHEL version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Sep 20, 2024
1 parent 715972d commit 76fb2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_fixtures/core/sat_cap_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def module_sat_ready_rhels(request, module_target_sat):

@pytest.fixture
def cap_ready_rhel():
rhel_version = Version(settings.capsule.version.release)
rhel_version = Version(settings.capsule.version.rhel_version)
deploy_args = {
'deploy_rhel_version': rhel_version.base_version,
'deploy_flavor': settings.flavors.default,
Expand Down

0 comments on commit 76fb2c1

Please sign in to comment.