gresockj commented on a change in pull request #5072:
URL: https://github.com/apache/nifi/pull/5072#discussion_r684463063



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/integration/processor/ProcessorParameterTokenIT.java
##########
@@ -73,7 +73,8 @@ public void testProperReferences() throws ExecutionException, 
InterruptedExcepti
         final ProcessorNode procNode = createProcessorNode(WriteText.class);
         
procNode.setAutoTerminatedRelationships(Collections.singleton(REL_SUCCESS));
 
-        final ParameterContext parameterContext = new 
StandardParameterContext(UUID.randomUUID().toString(), 
"testEscapedParameterReference", ParameterReferenceManager.EMPTY, null);
+        final ParameterContext parameterContext = new 
StandardParameterContext(UUID.randomUUID().toString(), 
"testEscapedParameterReference", ParameterReferenceManager.EMPTY, null
+        );

Review comment:
       Ha, nope.  Good catch.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to