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 92503f1 commit f07971aCopy full SHA for f07971a
integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java
@@ -145,7 +145,7 @@ public void testOPCUAServerSink() throws Exception {
145
while (true) {
146
final int[] ports = EnvUtils.searchAvailablePorts();
147
tcpPort = ports[0];
148
- final int httpsPort = ports[1];
+ httpsPort = ports[1];
149
sinkAttributes.put("tcp.port", Integer.toString(tcpPort));
150
sinkAttributes.put("https.port", Integer.toString(httpsPort));
151
sinkAttributes.put("with-quality", "true");
0 commit comments