Skip to content

Commit

Permalink
RHEL life cycle status column is Subscription status in 6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pnovotny committed May 27, 2024
1 parent 00d9638 commit 63529f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def test_positive_export_selected_columns(target_sat, current_sat_location):
Box(ui='BIOS vendor', csv='Reported Data - Bios Vendor', displayed=True),
Box(ui='BIOS release date', csv='Reported Data - Bios Release Date', displayed=True),
Box(ui='BIOS version', csv='Reported Data - Bios Version', displayed=True),
Box(ui='RHEL Lifecycle status', csv='Rhel Lifecycle Status', displayed=True),
Box(ui='Subscription status', csv='Subscription Global Status', displayed=True),
Box(ui='Installable updates', csv='Installable ...', displayed=False),
Box(ui='Lifecycle environment', csv='Lifecycle Environment', displayed=True),
Box(ui='Content view', csv='Content View', displayed=True),
Expand Down

0 comments on commit 63529f9

Please sign in to comment.