From cb9107f7a21cb26e2c7863490373cf23070a8f66 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Fri, 3 May 2024 15:04:23 +0200 Subject: [PATCH] fixed tests --- test/systemdboot_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/systemdboot_test.rb b/test/systemdboot_test.rb index c860ffd6c..c5de1f699 100644 --- a/test/systemdboot_test.rb +++ b/test/systemdboot_test.rb @@ -137,7 +137,7 @@ expect(subject.secure_boot).to eq true expect(subject.menue_timeout).to eq 12 expect(subject.cpu_mitigations.to_human_string).to eq "Auto" - expect(subject.kernel_params.serialize).to eq "security=apparmor splash=silent quiet mitigations=auto" + expect(subject.kernel_params.serialize).to include "security=apparmor splash=silent quiet mitigations=auto" end end