diff --git a/pkg/store/proxy_test.go b/pkg/store/proxy_test.go index 5a406a13a11..fb7efbd08cf 100644 --- a/pkg/store/proxy_test.go +++ b/pkg/store/proxy_test.go @@ -47,6 +47,15 @@ func (c *testClient) String() string { func (c *testClient) Addr() string { return "testaddr" } + +func (c *testClient) LabelSetsString() string { + return "test_external_labels" +} + +func (c *testClient) StoreType() component.StoreAPI { + return component.Store +} + func TestProxyStore_Info(t *testing.T) { defer leaktest.CheckTimeout(t, 10*time.Second)()