We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c721b9d commit 780cc1dCopy full SHA for 780cc1d
pkg/store/proxy_test.go
@@ -47,6 +47,15 @@ func (c *testClient) String() string {
47
func (c *testClient) Addr() string {
48
return "testaddr"
49
}
50
+
51
+func (c *testClient) LabelSetsString() string {
52
+ return "test_external_labels"
53
+}
54
55
+func (c *testClient) StoreType() component.StoreAPI {
56
+ return component.Store
57
58
59
func TestProxyStore_Info(t *testing.T) {
60
defer leaktest.CheckTimeout(t, 10*time.Second)()
61
0 commit comments