fix oct file permissions test
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
221a1d1aaf
commit
435fbaa504
@ -15,4 +15,4 @@ def test_sshd_config_file(host):
|
||||
assert sshd.exists
|
||||
assert sshd.user == "root"
|
||||
assert sshd.group == "root"
|
||||
assert oct(sshd.mode) == "0600"
|
||||
assert sshd.mode == 0o600
|
||||
|
Loading…
Reference in New Issue
Block a user