NIFI-6336 Fixed the Build Failure issue.

This commit is contained in:
mtien 2019-12-19 10:47:23 -08:00
parent ab15536976
commit 2959c436b1
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class NiFiPropertiesTest {
// Arrange
// Port Value is invalid Format
String portValue = "8000";
String portValue = "8000a";
Map<String, String> additionalProperties = new HashMap<>();
additionalProperties.put(NiFiProperties.CLUSTER_NODE_PROTOCOL_PORT, portValue);
NiFiProperties properties = loadNiFiProperties("/NiFiProperties/conf/nifi.blank.properties", additionalProperties);