Skip to content

Commit

Permalink
Refs #37148 - fix CSV tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylenz committed Feb 7, 2024
1 parent 0af6446 commit 5b91917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def content_hosts
'content_facet.installable_bugfix_errata_count', 'content_facet.installable_enhancement_errata_count',
'content_facet.upgradable_rpm_count', :operatingsystem, :content_view_environment_names,
'subscription_facet.registered_at', 'subscription_facet.last_checkin'],
['Name', 'Subscription Status', 'Installable Updates - Security',
['Name', 'Installable Updates - Security',
'Installable Updates - Bug Fixes', 'Installable Updates - Enhancements',
'Installable Updates - Package Count', 'OS', 'Content View Environments',
'Registered', 'Last Checkin'])
Expand Down
1 change: 0 additions & 1 deletion test/controllers/foreman/hosts_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def test_csv_export

expected_columns = [
'Name',
'Subscription Status',
'Installable Updates - Security',
'Installable Updates - Bug Fixes',
'Installable Updates - Enhancements',
Expand Down

0 comments on commit 5b91917

Please sign in to comment.