We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4559929 commit 86000d5Copy full SHA for 86000d5
1 file changed
iotdb-client/client-py/tests/integration/test_treemodel_insert.py
@@ -5358,8 +5358,7 @@ def test_insert_auto_create():
5358
session = Session(db.get_container_host_ip(), db.get_exposed_port(6667))
5359
session.open()
5360
5361
- # plus 2 for password history
5362
- expect = 360 + 2
+ expect = 360
5363
# Test non aligned tablet writing
5364
num = 0
5365
for i in range(1, 10):
0 commit comments