File diff cc53faac4b27 → e0dc1c1cfaa8
roles/mail_server/molecule/default/tests/test_optional.py
Show inline comments
 
@@ -54,7 +54,7 @@ def test_local_aliases(host):
 
    Tests if local aliases are configured correctly.
 
    """
 

	
 
    message_id = str(uuid.uuid4())
 
    message_id = "%s@localhost" % str(uuid.uuid4())
 

	
 
    send = host.run('swaks --header %s --suppress-data --to root@localhost', "Message-Id: <%s>" % message_id)
 
    time.sleep(1)