Skip to content

Commit 68944b4

Browse files
committed
finally
1 parent f266018 commit 68944b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipePermissionIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,7 @@ public void testSourcePermission() {
393393
receiverEnv,
394394
"select count(*) from root.vehicle.**",
395395
"count(root.vehicle.car.temperature),",
396-
Collections.singleton("1,"),
397-
20);
396+
Collections.singleton("1,"));
398397

399398
// test showing pipe
400399
// Create another pipe, user is root

0 commit comments

Comments
 (0)