Ver Fonte

stackdriver: fix test

Daniel Lee há 7 anos atrás
pai
commit
05f6710454
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/api/pluginproxy/ds_auth_provider.go

+ 1 - 1
pkg/api/pluginproxy/ds_auth_provider.go

@@ -4,10 +4,10 @@ import (
 	"bytes"
 	"context"
 	"fmt"
-	"html/template"
 	"net/http"
 	"net/url"
 	"strings"
+	"text/template"
 
 	m "github.com/grafana/grafana/pkg/models"
 	"github.com/grafana/grafana/pkg/plugins"