Skip to content

Commit 780cc1d

Browse files
author
Aleksey Sin
committed
Fix tests
Signed-off-by: Aleksey Sin <asin@ozon.ru>
1 parent c721b9d commit 780cc1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkg/store/proxy_test.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ func (c *testClient) String() string {
4747
func (c *testClient) Addr() string {
4848
return "testaddr"
4949
}
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+
5059
func TestProxyStore_Info(t *testing.T) {
5160
defer leaktest.CheckTimeout(t, 10*time.Second)()
5261

0 commit comments

Comments
 (0)