From 3143c1f4215591fd6f7dc5abc706915bc0aac195 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Mon, 18 Oct 2021 10:24:09 +0800 Subject: [PATCH] make jenkins happy --- tests/pytest/insert/insertTelnetLines.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pytest/insert/insertTelnetLines.py b/tests/pytest/insert/insertTelnetLines.py index a33d7248af..782ef01cfc 100644 --- a/tests/pytest/insert/insertTelnetLines.py +++ b/tests/pytest/insert/insertTelnetLines.py @@ -29,7 +29,6 @@ class TDTestCase: tdSql.execute("create database if not exists test precision 'us'") tdSql.execute('use test') - ### metric ### print("============= step1 : test metric ================") lines0 = [ -- GitLab