diff --git a/tests/pytest/tools/taosdemoAllTest/taosdemoTestQueryWithJson.py b/tests/pytest/tools/taosdemoAllTest/taosdemoTestQueryWithJson.py index 00da2c08744696fd3c802f7cfac7bd28c01ab971..00b387e398bfba06efaeeaf1072905210b9ae99e 100644 --- a/tests/pytest/tools/taosdemoAllTest/taosdemoTestQueryWithJson.py +++ b/tests/pytest/tools/taosdemoAllTest/taosdemoTestQueryWithJson.py @@ -59,7 +59,7 @@ class TDTestCase: tdSql.execute("use db") tdSql.execute('create table result0 using stb0 tags(121,43,"beijing","beijing","beijing","beijing","beijing")') os.system("python3 tools/taosdemoAllTest/convertResFile.py") - tdSql.execute("insert into result0 file './test_query_res0.txt-0'") + tdSql.execute("insert into result0 file './test_query_res0.txt'") tdSql.query("select ts from result0") tdSql.checkData(0, 0, "2020-11-01 00:00:00.099000") tdSql.query("select count(*) from result0")