feat(mqe): add token cache

This commit is contained in:
bergquist
2016-12-13 14:01:48 +01:00
parent 69d6316512
commit 362162d6fa
14 changed files with 1537 additions and 53 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
func TestMQEQueryParser(t *testing.T) {
Convey("MQE query parser", t, func() {
parser := &MQEQueryParser{}
parser := &QueryParser{}
dsInfo := &models.DataSource{JsonData: simplejson.New()}
queryContext := &tsdb.QueryContext{}