Skip to content

Commit

Permalink
use Katello::SimplePackage in tests
Browse files Browse the repository at this point in the history
Katello::Pulp::SimplePackage is gone since

    commit c6df8726cad96bc3d67de1e65c78eb0f236d8524
    Author: ianballou <[email protected]>
    Date:   Thu Jan 5 21:54:38 2023 +0000

        Refs #35006 - Remove Pulp service classes
  • Loading branch information
evgeni committed Feb 12, 2024
1 parent 5330005 commit 7f0e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/host_managed_extensions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_update_kernel_version
package_json = { :name => 'kernel', :version => '1',
:release => '1.el7', :arch => 'x86_64', :epoch => '1',
:nvra => 'kernel-1-1.el7.x86_64' }
host.import_package_profile([::Katello::Pulp::SimplePackage.new(package_json)])
host.import_package_profile([::Katello::SimplePackage.new(package_json)])
nvra = 'kernel-1-1.el7.x86_64'
host.reload
version = '2'
Expand Down

0 comments on commit 7f0e9d3

Please sign in to comment.