Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 3, 2024
1 parent 505e1be commit cb9107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/systemdboot_test.rb
Expand Up @@ -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

Expand Down

0 comments on commit cb9107f

Please sign in to comment.