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

This commit is contained in:
Robert Kaussow 2019-06-10 15:12:47 +02:00
parent b8bf27067f
commit 54f0e97032
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
def test_postgres_is_installed(host):
ansible_vars = host.ansible.get_variables()
postgres = host.package("postgresql10-server")
assert postgres.is_installed