diff --git a/tests/pytest/util/common.py b/tests/pytest/util/common.py index 921fa3203c..7133e8365d 100644 --- a/tests/pytest/util/common.py +++ b/tests/pytest/util/common.py @@ -444,8 +444,7 @@ class TDCom: return buildPath def getClientCfgPath(self): - # buildPath = self.getBuildPath() - buildPath = get_path() + buildPath = self.getBuildPath() if (buildPath == ""): tdLog.exit("taosd not found!")