fix filemode in test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-11-10 12:31:45 +01:00
parent d7fd2feda5
commit 17f607a7a2

View File

@ -13,4 +13,4 @@ def test_facts_dir(host):
fact = host.file("/etc/ansible/facts.d")
assert fact.exists
assert fact.mode == 0o750
assert fact.mode == 0o755