ds-querier: small renames (#105701)
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
|
||||
func TestQueryRestConnectHandler(t *testing.T) {
|
||||
b := &QueryAPIBuilder{
|
||||
client: mockClient{
|
||||
clientSupplier: mockClient{
|
||||
lastCalledWithHeaders: &map[string]string{},
|
||||
},
|
||||
tracer: tracing.InitializeTracerForTest(),
|
||||
@@ -80,7 +80,7 @@ func TestQueryRestConnectHandler(t *testing.T) {
|
||||
"X-Rule-Type": "type-1",
|
||||
"X-Rule-Version": "version-1",
|
||||
"X-Grafana-Org-Id": "1",
|
||||
}, *b.client.(mockClient).lastCalledWithHeaders)
|
||||
}, *b.clientSupplier.(mockClient).lastCalledWithHeaders)
|
||||
}
|
||||
|
||||
func TestInstantQueryFromAlerting(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user