From a0e0e36911c482f5a589d88293a124b1edcb4f26 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 9 Jun 2019 13:39:19 +0200 Subject: [PATCH] fix pep8 --- molecule/ec2-centos-7/tests/test_default.py | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule/ec2-centos-7/tests/test_default.py b/molecule/ec2-centos-7/tests/test_default.py index c17019c..e80834a 100644 --- a/molecule/ec2-centos-7/tests/test_default.py +++ b/molecule/ec2-centos-7/tests/test_default.py @@ -13,6 +13,7 @@ def test_yum_cron_is_installed(host): yum = host.package("yum-cron") assert yum.is_installed + def test_yum_running_and_enabled(host): yum = host.service("yum-cron") assert yum.is_running