diff --git a/roles/mail_server/molecule/default/tests/test_mandatory.py b/roles/mail_server/molecule/default/tests/test_mandatory.py index a2de012ed40728d88e5442ce9e49c8c19d8df603..f15ce3a2dcd5854800dcca4e79580a3ee7ef7c9f 100644 --- a/roles/mail_server/molecule/default/tests/test_mandatory.py +++ b/roles/mail_server/molecule/default/tests/test_mandatory.py @@ -272,8 +272,8 @@ def test_sieve_tls_configuration(host): Tests TLS configuration for SIEVE in Dovecot """ - # @TODO: Currently not possible to test since openssl s_client does not - # support STARTTLS for Sieve. + # @TODO: Currently not possible to test since nmap and openssl + # s_client do not support STARTTLS for Sieve. pass diff --git a/roles/mail_server/molecule/default/tests/test_optional.py b/roles/mail_server/molecule/default/tests/test_optional.py index 0f3cf0d2e35677e6c981cc137ff28a48daa3c7d8..4c276bcbd13dcb55ea8da93d413d8d58d2960b98 100644 --- a/roles/mail_server/molecule/default/tests/test_optional.py +++ b/roles/mail_server/molecule/default/tests/test_optional.py @@ -299,8 +299,8 @@ def test_sieve_tls_configuration(host): Tests TLS configuration for SIEVE in Dovecot """ - # @TODO: Currently not possible to test since openssl s_client does not - # support STARTTLS for Sieve. + # @TODO: Currently not possible to test since nmap and openssl + # s_client do not support STARTTLS for Sieve. pass