diff --git a/test/grub2_bls_test.rb b/test/grub2_bls_test.rb index 6620901fd..4059184fa 100644 --- a/test/grub2_bls_test.rb +++ b/test/grub2_bls_test.rb @@ -106,7 +106,7 @@ end describe "#packages" do - it "adds grub2* and sdbootutil packages" do + it "adds grub2--efi-bls and sdbootutil packages" do allow(Yast::Arch).to receive(:architecture).and_return("x86_64") allow(Yast::Package).to receive(:Available).with("os-prober").and_return(true) expect(subject.packages).to include("grub2-" + Yast::Arch.architecture + "-efi-bls")