We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0ddf8 commit 399d4e0Copy full SHA for 399d4e0
integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeProtocolIT.java
@@ -376,7 +376,7 @@ private void doTestUseNodeUrls(String connectorName) throws Exception {
376
377
final StringBuilder nodeUrlsBuilder = new StringBuilder();
378
for (final DataNodeWrapper wrapper : receiverEnv.getDataNodeWrapperList()) {
379
- nodeUrlsBuilder.append(wrapper.getIpAndPortString()).append(",");
+ nodeUrlsBuilder.append(wrapper.getIpAndPortString()).append(",");
380
}
381
382
try (final SyncConfigNodeIServiceClient client =
0 commit comments