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 528f9c0 commit 83a20a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/security_test.rb
Expand Up @@ -111,7 +111,7 @@ def enabled?
it "writes and applies all the settings" do
expect(Security).to receive(:write_to_locations)
expect(Security).to receive(:write_shadow_config)
expect(Security).to receive(:write_selinux)
# expect(Security).to receive(:write_selinux)
expect(Security).to receive(:write_console_shutdown)
expect(Security).to receive(:write_pam_settings)
expect(Security).to receive(:write_polkit_settings)
Expand Down

0 comments on commit 83a20a0

Please sign in to comment.