This commit is contained in:
r.khavronenko 2017-02-06 17:17:16 +02:00
parent 80b92335bb
commit 25be602dce

View File

@ -66,8 +66,8 @@ func (e *PrometheusExecutor) getClient() (prometheus.QueryAPI, error) {
if e.BasicAuth {
cfg.Transport = basicAuthTransport{
Transport: e.Transport,
username: e.BasicAuthUser,
password: e.BasicAuthPassword,
username: e.BasicAuthUser,
password: e.BasicAuthPassword,
}
}