From bd4ce93d3e2957b07930b3b43e76acab27913019 Mon Sep 17 00:00:00 2001 From: cpwu Date: Tue, 5 Jul 2022 17:44:36 +0800 Subject: [PATCH] fix case --- tests/pytest/util/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/util/constant.py b/tests/pytest/util/constant.py index 83487da023..509d87e489 100644 --- a/tests/pytest/util/constant.py +++ b/tests/pytest/util/constant.py @@ -93,7 +93,7 @@ TS_FUNC = [ "CSUM", "DERIVATIVE", "DIFF", "IRATE", "MAVG", "SAMPLE", "STATECOUNT", "STATEDURATION", "TWA" ] -SYSINFO_FUCN = [ +SYSINFO_FUNC = [ "DATABASE", "CLIENT_VERSION", "SERVER_VERSION", "SERVER_STATUS", "CURRENT_USER", "USER" ]