Skip to content

Commit 86000d5

Browse files
wenyanshi-123shiwenyan
andauthored
Due to the removal of the password history feature,remove associated the useless logic. (#17477)
Co-authored-by: shiwenyan <wenyan.shi@timecho.com>
1 parent 4559929 commit 86000d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

iotdb-client/client-py/tests/integration/test_treemodel_insert.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5358,8 +5358,7 @@ def test_insert_auto_create():
53585358
session = Session(db.get_container_host_ip(), db.get_exposed_port(6667))
53595359
session.open()
53605360

5361-
# plus 2 for password history
5362-
expect = 360 + 2
5361+
expect = 360
53635362
# Test non aligned tablet writing
53645363
num = 0
53655364
for i in range(1, 10):

0 commit comments

Comments
 (0)