Explorar el Código

stackdriver: fix test

Daniel Lee hace 7 años
padre
commit
05f6710454
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"