mirror of https://github.com/apache/nifi.git
NIFI-6336 Fixed the Build Failure issue.
This commit is contained in:
parent
ab15536976
commit
2959c436b1
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue