From 69f1b7eab1024a0cedd4cd959cb468402d49ad65 Mon Sep 17 00:00:00 2001 From: Filip Petkovski Date: Thu, 14 Mar 2024 08:08:37 +0100 Subject: [PATCH] Remove parameter from ServerAsClient Signed-off-by: Filip Petkovski --- pkg/store/proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/store/proxy_test.go b/pkg/store/proxy_test.go index 22f8f82108..966f3bb39f 100644 --- a/pkg/store/proxy_test.go +++ b/pkg/store/proxy_test.go @@ -702,7 +702,7 @@ func TestProxyStore_Series(t *testing.T) { }, }, } - }, component.Store, labels.FromStrings("role", "proxy"), 1*time.Minute, EagerRetrieval), 0), + }, component.Store, labels.FromStrings("role", "proxy"), 1*time.Minute, EagerRetrieval)), }, &storetestutil.TestClient{ MinTime: 1,