From d41cf9bf899b32106197024d6361b70c7c476597 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Fri, 29 Apr 2022 15:51:59 +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 7f1078e58c..5f2f79982a 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 - updateCfgDict["fqdn"] = hostname + updatecfgDict["fqdn"] = hostname print ("===================: ", updatecfgDict)