diff --git a/roles/common/molecule/default/tests/test_default.py b/roles/common/molecule/default/tests/test_default.py index 3ba600813b1faaeba145b0c8ff282bd14752afe0..6d65b1fa98ed8c04cac5d598e89683329f6ac5d1 100644 --- a/roles/common/molecule/default/tests/test_default.py +++ b/roles/common/molecule/default/tests/test_default.py @@ -229,7 +229,7 @@ def test_check_certificate_crontab(host): assert check_certificate_crontab.user == 'root' assert check_certificate_crontab.group == 'root' assert check_certificate_crontab.mode == 0o644 - assert "0 0 * * * nobody /usr/local/bin/check_certificate.sh expiration" in check_certificate_crontab.content + assert "0 0 * * * nobody /usr/local/bin/check_certificate.sh -q expiration" in check_certificate_crontab.content @pytest.mark.parametrize('virtualenv_activate_path', [