Skip to content

Commit bddb6b6

Browse files
committed
[To dev/1.3] Implemented minor fix of pipe IT
1 parent b48b46e commit bddb6b6

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/autocreate/IoTDBPipeLifeCycleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,6 @@ public void testPermission() {
802802
"test",
803803
"test123");
804804
tryExecuteNonQueryWithRetry(senderEnv, "drop pipePlugin TestProcessor", "test", "test123");
805-
executeQueryWithRetry(senderEnv, "show pipe plugins", "test", "test123");
805+
executeQueryWithRetry(senderEnv, "show pipePlugins", "test", "test123");
806806
}
807807
}

0 commit comments

Comments
 (0)