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

This commit is contained in:
Robert Kaussow 2019-11-03 18:39:01 +01:00
parent 2fee8be17a
commit c0e9801b64
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def test_users_create_user(host):
user = host.user("demouser")
assert user.name == "demouser"
assert user.shell == "/bin/sh"
assert "wheel" in user.groups