fix oct file permissions test
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-11-02 20:07:47 +01:00
parent 221a1d1aaf
commit 435fbaa504
1 changed files with 1 additions and 1 deletions

View File

@ -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