Skip to content

Commit 92503f1

Browse files
committed
fix
1 parent c350448 commit 92503f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void testOPCUAServerSink() throws Exception {
102102
while (true) {
103103
final int[] ports = EnvUtils.searchAvailablePorts();
104104
tcpPort = ports[0];
105-
final int httpsPort = ports[1];
105+
httpsPort = ports[1];
106106
sinkAttributes.put("tcp.port", Integer.toString(tcpPort));
107107
sinkAttributes.put("https.port", Integer.toString(httpsPort));
108108

0 commit comments

Comments
 (0)