We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c350448 commit 92503f1Copy full SHA for 92503f1
integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java
@@ -102,7 +102,7 @@ public void testOPCUAServerSink() throws Exception {
102
while (true) {
103
final int[] ports = EnvUtils.searchAvailablePorts();
104
tcpPort = ports[0];
105
- final int httpsPort = ports[1];
+ httpsPort = ports[1];
106
sinkAttributes.put("tcp.port", Integer.toString(tcpPort));
107
sinkAttributes.put("https.port", Integer.toString(httpsPort));
108
0 commit comments