From 79bae554e792ed5fb319b2645310e6ece7ff0dab Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Fri, 29 Apr 2022 15:17:13 +0800 Subject: [PATCH] [test: modify case] --- tests/system-test/0-others/taosShellError.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/0-others/taosShellError.py b/tests/system-test/0-others/taosShellError.py index 7a95a76df8..7f1078e58c 100644 --- a/tests/system-test/0-others/taosShellError.py +++ b/tests/system-test/0-others/taosShellError.py @@ -86,7 +86,7 @@ class TDTestCase: updatecfgDict["serverPort"] = serverPort updatecfgDict["firstEp"] = hostname + ':' + serverPort updatecfgDict["secondEp"] = hostname + ':' + serverPort - clientCfgDict["fqdn"] = hostname + updateCfgDict["fqdn"] = hostname print ("===================: ", updatecfgDict)