diff --git a/tests/pytest/query/sliding.py b/tests/pytest/query/sliding.py index d7a7c9a36964796dd530f913523f8f4d344d467a..f5c59ec1bae4f54c5e4acad90d5b5172c0fa3b7a 100644 --- a/tests/pytest/query/sliding.py +++ b/tests/pytest/query/sliding.py @@ -54,7 +54,7 @@ class TDTestCase: tdSql.error("select * from meters group by loc sliding(5s)") - # Fix defect: https://jira.taosdata.com:18080/browse/TD-2700 + # TD-2700 tdSql.execute("create database test") tdSql.execute("use test") tdSql.execute("create table t1(ts timestamp, k int)")