Skip to content

Commit b3dab2f

Browse files
committed
x
1 parent 444acdd commit b3dab2f

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
@@ -249,7 +249,7 @@ public void testOPCUAServerSink() throws Exception {
249249
TestUtils.executeNonQuery(
250250
env,
251251
String.format(
252-
"create pipe test1 ('sink'='opc-ua-sink', 'password'='conflict@pswd', 'tcp.port'='%s', 'http.port'='%s')",
252+
"create pipe test1 ('sink'='opc-ua-sink', 'password'='conflict@pswd', 'tcp.port'='%s', 'https.port'='%s')",
253253
tcpPort, httpsPort),
254254
null);
255255
Assert.fail();

0 commit comments

Comments
 (0)