diff --git a/tests/pytest/stable/json_tag.py b/tests/pytest/stable/json_tag.py index 9bafdb6556731f23e2d170258ab587aa0336f9d8..888fd58732a32c47104276cb4d64daf89407d426 100644 --- a/tests/pytest/stable/json_tag.py +++ b/tests/pytest/stable/json_tag.py @@ -53,7 +53,7 @@ class TDTestCase: tdLog.info("select table") tdSql.query("select * from db_json_tag_test.jsons1") - tdSql.checkRows(1) + tdSql.checkRows(2) tdSql.error("select * from db_json_tag_test.jsons1 where jtag->'location'=4")