File diff 6bb8ed6d6443 → d752715bb533
roles/backup/molecule/default/tests/test_parameters_mandatory.py
Show inline comments
 
@@ -16,7 +16,7 @@ def test_backup_patterns_content(host):
 

	
 
        backup_pattern = host.file('/etc/duply/main/patterns/test')
 

	
 
        assert backup_pattern.content == ''
 
        assert backup_pattern.content_string == ''
 

	
 

	
 
def test_include_content(host):
 
@@ -29,4 +29,4 @@ def test_include_content(host):
 

	
 
        include = host.file('/etc/duply/main/include')
 

	
 
        assert include.content == ''
 
        assert include.content_string == ''