From f44f1d2fd3f71f71b95884a9b0501ffcfba48225 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Tue, 12 Oct 2021 13:43:19 +0800 Subject: [PATCH] schemaless fix test cases --- tests/pytest/insert/insertJSONPayload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/insert/insertJSONPayload.py b/tests/pytest/insert/insertJSONPayload.py index ff2fcb7f9f..c5cd96f86d 100644 --- a/tests/pytest/insert/insertJSONPayload.py +++ b/tests/pytest/insert/insertJSONPayload.py @@ -35,7 +35,7 @@ class TDTestCase: print("============= step0 : test metric ================") payload = [''' { - "metric": ".stb.0.", + "metric": "`.stb.0.`", "timestamp": 1626006833610, "value": 10, "tags": { -- GitLab