소스 검색

stackdriver: fix test

Daniel Lee 7 년 전
부모
커밋
05f6710454
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"