From b5226a8d051b5ff1598640f97cefdd186f828c88 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Mon, 3 Aug 2020 11:22:50 +0800 Subject: [PATCH] remove local command --- tests/pytest/client/client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/pytest/client/client.py b/tests/pytest/client/client.py index 3fbb4f5476..6fd2a2b6bd 100644 --- a/tests/pytest/client/client.py +++ b/tests/pytest/client/client.py @@ -49,9 +49,7 @@ class TDTestCase: tdSql.checkRows(1) ret = tdSql.query('show vgroups') - tdSql.checkRows(0) - - tdSql.execute('set max_binary_display_width 40') + tdSql.checkRows(0) def stop(self): -- GitLab