Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2672#discussion_r188710133
--- Diff:
nifi-mock/src/main/java/org/apache/nifi/util/MockPropertyValue.java ---
@@ -202,6 +202,17 @@ public PropertyValue
evaluateAttributeExpressions(final AttributeValueDecorator
@Override
public PropertyValue evaluateAttributeExpressions(final FlowFile
flowFile) throws ProcessException {
+ /*
+ * TODO: Come up with a more elegation solution for this.
--- End diff --
I'll remove the TODO on merge
---