Skip to content

Commit e2d5596

Browse files
committed
Remove comment
1 parent 65049c6 commit e2d5596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autocomplete/autocomplete_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func TestHandler_ServeValues(t *testing.T) {
6767
from := strconv.FormatInt(now.Add(-time.Minute).Unix(), 10)
6868
fromDate, untilDate := dateString(h.config.ClickHouse.TaggedAutocompleDays, now)
6969

70-
srv.AddResponce(//"SELECT substr(arrayJoin(Tags), 6) AS value FROM graphite_tagged WHERE (((Tag1='environment=production') AND (has(Tags, 'project=web'))) AND (arrayJoin(Tags) LIKE 'host=%')) AND (Date >= '2022-11-22' AND Date <= '2022-11-29') GROUP BY value ORDER BY value LIMIT 10000"
70+
srv.AddResponce(
7171
"SELECT substr(arrayJoin(Tags), 6) AS value FROM graphite_tagged WHERE (((Tag1='environment=production') AND (has(Tags, 'project=web'))) AND (arrayJoin(Tags) LIKE 'host=%')) AND "+
7272
"(Date >= '"+fromDate+"' AND Date <= '"+untilDate+"') GROUP BY value ORDER BY value LIMIT 10000",
7373
&chtest.TestResponse{

0 commit comments

Comments
 (0)