Changeset - 808e8ef4e25b
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 years ago 2018-07-30 17:24:35
branko@majic.rs
MAR-131: Minor unrelated fix for check_certificate.sh crontab.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/common/molecule/default/tests/test_default.py
Show inline comments
 
@@ -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', [
0 comments (0 inline, 0 general)