ds-querier: small renames (#105701)

This commit is contained in:
Sarah Zinger
2025-05-22 09:04:02 -04:00
committed by GitHub
parent e05ccb822a
commit ec3f467666
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -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) {