rfellows commented on a change in pull request #3889: NIFI-6868: Ensure that
when a property value is obtained by calling P…
URL: https://github.com/apache/nifi/pull/3889#discussion_r346508269
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/integration/parameters/ParametersIT.java
##########
@@ -364,8 +369,28 @@ public void testParameterReferenceCounts() {
updateAttribute.setProperties(properties);
referencedParameters = updateAttribute.getReferencedParameterNames();
assertEquals(allParamNames, referencedParameters);
-
}
+ @Test
+ public void testSensitivePropertyReferenceParameterSuppoortsEL() {
Review comment:
minor typo
```suggestion
public void testSensitivePropertyReferenceParameterSupportsEL() {
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services