Skip to content

Commit

Permalink
testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 authored and dgdavid committed Feb 12, 2021
1 parent 472c772 commit b581920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/security_test.rb
Expand Up @@ -246,7 +246,7 @@ def enabled?
end

it "writes bootloader settings" do
expect_any_instance_of(Y2Security::SelinuxConfig).to receive(:mode=).with(:disabled)
expect_any_instance_of(Y2Security::SelinuxConfig).to receive(:mode=).with(disabled)
expect_any_instance_of(Y2Security::SelinuxConfig).to receive(:save)
Security.write_selinux
end
Expand Down

0 comments on commit b581920

Please sign in to comment.