Skip to content

Commit

Permalink
fix missing product controls
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Feb 18, 2021
1 parent 846ca94 commit 9070594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/clients/inst_autosetup_upgrade_test.rb
Expand Up @@ -57,6 +57,7 @@
allow(Yast::UI).to receive(:SetLanguage)
allow(Yast::AutoinstFunctions).to receive(:available_base_products).and_return([])
allow(Yast::Product).to receive(:FindBaseProducts).and_return([])
allow(Yast::ProductControl).to receive(:RunFrom).and_return(:next)
end

describe "#main" do
Expand Down

0 comments on commit 9070594

Please sign in to comment.