bbende commented on code in PR #7379:
URL: https://github.com/apache/nifi/pull/7379#discussion_r1230077915
##########
nifi-manifest/nifi-runtime-manifest-test/src/test/java/org/apache/nifi/runtime/manifest/TestRuntimeManifest.java:
##########
@@ -264,6 +265,7 @@ void testRuntimeManifest() throws IOException {
assertNotNull(routeOnAttributeDef.getDynamicRelationship().getDescription());
assertTrue(routeOnAttributeDef.getSupportsDynamicProperties());
+
assertTrue(routeOnAttributeDef.getSupportsSensitiveDynamicProperties());
Review Comment:
Ah nice, it looks good locally, will wait for CI builds
--
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]