This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 61c856a54c NIFI-12122 Corrected test for Parameter Context updating
61c856a54c is described below

commit 61c856a54c56a1180a621bc8f17f0ce63044fcc8
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Fri Oct 13 22:55:53 2023 -0500

    NIFI-12122 Corrected test for Parameter Context updating
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 .../flow/synchronization/StandardVersionedComponentSynchronizerTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/test/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizerTest.java
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/test/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizerTest.java
index 0f508004a3..b663517bbf 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/test/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizerTest.java
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/test/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizerTest.java
@@ -1131,6 +1131,7 @@ public class StandardVersionedComponentSynchronizerTest {
 
         final VersionedParameterContext parameterContext = new 
VersionedParameterContext();
         parameterContext.setName("My Params");
+        parameterContext.setDescription("Context Description");
         parameterContext.setParameters(Collections.emptySet());
 
         final Map<String, VersionedParameterContext> parameterContextMap = new 
HashMap<>();

Reply via email to