fix flake8 issue
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-11-02 19:12:20 +01:00
parent 1366f1473a
commit 9facd258ca
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 oct(sshd.mode) == "0600"