fix capabilities
[sdc.git] / test-apis-ci / src / main / java / org / openecomp / sdc / ci / tests / utils / rest / ResponseParser.java
index 9595383..6828a5e 100644 (file)
@@ -187,7 +187,7 @@ public class ResponseParser {
                Resource resource = null;
                try {
 //                     TODO Andrey L. uncomment line below in case to ignore on unknown properties, not recommended  
-//                     mapper.configure(DeserializationConfig.Feature.FAIL_ON_UNKNOWN_PROPERTIES, false);
+                       mapper.configure(DeserializationConfig.Feature.FAIL_ON_UNKNOWN_PROPERTIES, false);
                        resource = mapper.readValue(response, Resource.class);
                        
                        logger.debug(resource.toString());