Skip to content

Commit

Permalink
Remove parameter from ServerAsClient
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
  • Loading branch information
fpetkovski committed Mar 14, 2024
1 parent d87f8ad commit 69f1b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 69f1b7e

Please sign in to comment.