NIFI-12122 Corrected test for Parameter Context updating

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
exceptionfactory 2023-10-13 22:55:53 -05:00
parent b2e3898e17
commit 61c856a54c
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 0 deletions

View File

@ -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<>();