From 6885efcd375e419c7294c0535681db7de56478d5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 18 Sep 2019 17:39:29 +0200 Subject: [PATCH] fix linting error --- molecule/ec2-centos-7/tests/test_default.py | 1 - 1 file changed, 1 deletion(-) diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index bf4381c..8179e3a 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -14,4 +14,3 @@ def test_ldap_proxy_is_installed(host): ldap_proxy_client = host.package("openldap-client") assert ldap_proxy_server.is_installed assert ldap_proxy_client.is_installed -