From 0213adf4ff38cb3dd6ac680c68fdaba45ebd9e09 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Wed, 20 Oct 2021 14:47:59 +0800 Subject: [PATCH] feature/TD-6129 add table delete logic for json tag table --- tests/pytest/stable/json_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/stable/json_tag.py b/tests/pytest/stable/json_tag.py index e0b135d9ad..b65b4b9c56 100644 --- a/tests/pytest/stable/json_tag.py +++ b/tests/pytest/stable/json_tag.py @@ -257,7 +257,7 @@ class TDTestCase: tdSql.error("CREATE TABLE if not exists db_json_tag_test.jsons1_13 using db_json_tag_test.jsons1 tags('{\"试试\":\"fff\",\";id\":5}')") tdSql.error("insert into db_json_tag_test.jsons1_13 using db_json_tag_test.jsons1 tags(3)") -def stop(self): + def stop(self): tdSql.close() tdLog.success("%s successfully executed" % __file__) -- GitLab