Skip to content

Commit f07971a

Browse files
committed
fix
1 parent 92503f1 commit f07971a

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
@@ -145,7 +145,7 @@ public void testOPCUAServerSink() throws Exception {
145145
while (true) {
146146
final int[] ports = EnvUtils.searchAvailablePorts();
147147
tcpPort = ports[0];
148-
final int httpsPort = ports[1];
148+
httpsPort = ports[1];
149149
sinkAttributes.put("tcp.port", Integer.toString(tcpPort));
150150
sinkAttributes.put("https.port", Integer.toString(httpsPort));
151151
sinkAttributes.put("with-quality", "true");

0 commit comments

Comments
 (0)