alopresto commented on a change in pull request #3542: NIFI-6363 Integrates AWS
KMS SPP. Refactors SSPP.
URL: https://github.com/apache/nifi/pull/3542#discussion_r296365532
##########
File path:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-properties-loader/src/test/groovy/org/apache/nifi/properties/ProtectedNiFiPropertiesGroovyTest.groovy
##########
@@ -662,7 +630,7 @@ class ProtectedNiFiPropertiesGroovyTest extends
GroovyTestCase {
@Test
void testInstanceWithNoProtectedPropertiesShouldNotLoadSPP() throws
Exception {
// Arrange
- ProtectedNiFiProperties properties =
loadFromFile("/conf/nifi.properties")
+ ProtectedNiFiProperties properties =
loadFromFile("/conf/nifi.properties", KEY_HEX)
assert properties.@localProviderCache?.isEmpty()
Review comment:
I think `localProviderCache` can be removed.
----------------------------------------------------------------
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