From 5d17ea2a032ef5c3be21083b90eeda438a6dd1ee Mon Sep 17 00:00:00 2001 From: Pranav <101933072+pawarpranav83@users.noreply.github.com> Date: Sun, 24 Dec 2023 06:02:46 +0530 Subject: [PATCH] Update query_test.go Signed-off-by: Pranav <101933072+pawarpranav83@users.noreply.github.com> --- test/e2e/query_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/query_test.go b/test/e2e/query_test.go index 20fbbaa9a6d..300ca8549ce 100644 --- a/test/e2e/query_test.go +++ b/test/e2e/query_test.go @@ -1721,7 +1721,7 @@ func rangeQuery(t *testing.T, ctx context.Context, addr string, q func() string, return retExplanation } -func RemoteWrite(ctx context.Context, timeseries []prompb.TimeSeries, addr string) error { +func remoteWrite(ctx context.Context, timeseries []prompb.TimeSeries, addr string) error { // Create write request data, err := proto.Marshal(&prompb.WriteRequest{Timeseries: timeseries}) if err != nil {