diff --git a/tests/pytest/import_merge/importToCommit.py b/tests/pytest/import_merge/importToCommit.py index 7a408bcdce52f8c699e751057554eb26fe70c4dc..3684dde049ff0185c3bde7ff50886c3e24ce55fe 100644 --- a/tests/pytest/import_merge/importToCommit.py +++ b/tests/pytest/import_merge/importToCommit.py @@ -33,7 +33,7 @@ class TDTestCase: tdDnodes.start(1) tdSql.execute('reset query cache') tdSql.execute('drop database if exists db') - tdSql.execute('create database db cache 512 tables 10') + tdSql.execute('create database db cache 512 maxtables 10') tdSql.execute('use db') tdLog.info("================= step1")