diff --git a/roles/xmpp_server/molecule/default/tests/test_optional.py b/roles/xmpp_server/molecule/default/tests/test_optional.py index c7aaed13a2887e3f751f59ef17aa31aa3aa6199b..195126335bb21c5b5085a9528d3f59a53d68322d 100644 --- a/roles/xmpp_server/molecule/default/tests/test_optional.py +++ b/roles/xmpp_server/molecule/default/tests/test_optional.py @@ -91,7 +91,7 @@ def test_correct_prosody_package_installed(host): def test_xmpp_server_uses_correct_dh_parameters(host): """ - Tests if the HTTP server uses the generated Diffie-Helman parameter. + Tests if the HTTP server uses the generated Diffie-Hellman parameter. """ fqdn = host.run('hostname -f').stdout.strip()