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
@@ -20,7 +20,7 @@ func TestMQEResponseParser(t *testing.T) {
parser := NewResponseParser()
Convey("Can parse response", func() {
queryRef := &MQEQuery{
queryRef := &Query{
AddAppToAlias: true,
AddHostToAlias: true,
}