diff --git a/roles/bootstrap/molecule/default/tests/test_default.py b/roles/bootstrap/molecule/default/tests/test_default.py index 03b96b6149d2452d90b9582005a919fd13ebb0c5..f5fb4117f9b073bf23c9803a7a8fd90d9af1c05f 100644 --- a/roles/bootstrap/molecule/default/tests/test_default.py +++ b/roles/bootstrap/molecule/default/tests/test_default.py @@ -48,4 +48,4 @@ def test_sudo_configuration(host): assert sudo_config.user == 'root' assert sudo_config.group == 'root' assert sudo_config.mode == 0o640 - assert sudo_config.content == 'ansible ALL=(ALL:ALL) NOPASSWD:ALL\n' + assert sudo_config.content_string == 'ansible ALL=(ALL:ALL) NOPASSWD:ALL\n'