From a0e0015117c1e3fa91bde4beb91c7cca23b319dd 2020-01-06 21:04:57 From: Branko Majic Date: 2020-01-06 21:04:57 Subject: [PATCH] MAR-148: Fix the ldap_client role tests (newline in expected content). --- diff --git a/roles/ldap_client/molecule/default/tests/test_optional.py b/roles/ldap_client/molecule/default/tests/test_optional.py index 5e3d1333f2a118a0651b8d764a9d5d1e21e4a4c3..12a32dbd8317ff6ebfe7046e30c28275c98fed4f 100644 --- a/roles/ldap_client/molecule/default/tests/test_optional.py +++ b/roles/ldap_client/molecule/default/tests/test_optional.py @@ -19,7 +19,8 @@ TLS_REQCERT demand # Default URI to connect to URI ldaps://ldap-server/ # Base entry -BASE dc=local""" +BASE dc=local +""" config = host.file('/etc/ldap/ldap.conf')