From b44f3c10e6b62fd5dda659237cd0a8f1d1e33292 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 15 Jan 2024 14:20:36 +0800 Subject: [PATCH] fix: correct argment sql --- tests/army/community/cluster/snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/army/community/cluster/snapshot.py b/tests/army/community/cluster/snapshot.py index 8d15530061..5b5457be75 100644 --- a/tests/army/community/cluster/snapshot.py +++ b/tests/army/community/cluster/snapshot.py @@ -72,7 +72,7 @@ class TDTestCase(TBase): # check count always return value sql = f"select count(*) from {self.db}.ta" - tdSql.query() + tdSql.query(sql) tdSql.checkRows(0) # countAlwaysReturnValue is false # run