diff --git a/roles/ldap_client/molecule/default/tests/test_optional.py b/roles/ldap_client/molecule/default/tests/test_optional.py index 12a32dbd8317ff6ebfe7046e30c28275c98fed4f..a3253635f0449679b3d291fcaad8f3fb5ab81381 100644 --- a/roles/ldap_client/molecule/default/tests/test_optional.py +++ b/roles/ldap_client/molecule/default/tests/test_optional.py @@ -24,4 +24,4 @@ BASE dc=local config = host.file('/etc/ldap/ldap.conf') - assert config.content == expected_content + assert config.content_string == expected_content