File diff 6bb8ed6d6443 → d752715bb533
roles/xmpp_server/molecule/default/tests/test_default.py
Show inline comments
 
@@ -43,7 +43,7 @@ def test_prosody_repository(host):
 
    assert repository.user == 'root'
 
    assert repository.group == 'root'
 
    assert repository.mode == 0o644
 
    assert repository.content == expected_content
 
    assert repository.content_string == expected_content
 

	
 

	
 
def test_prosody_user(host):
 
@@ -79,8 +79,8 @@ def test_prosody_mod_auth_ldap(host):
 
    assert module.user == 'root'
 
    assert module.group == 'root'
 
    assert module.mode == 0o644
 
    assert 'module:provides("auth", provider);' in module.content
 
    assert 'mod_auth_ldap' in module.content
 
    assert 'module:provides("auth", provider);' in module.content_string
 
    assert 'mod_auth_ldap' in module.content_string
 

	
 

	
 
def test_prosody_configuration_file(host):