From 686035814471311aa9b4100a6ddf1cbe44a35383 Mon Sep 17 00:00:00 2001 From: Pranav <101933072+pawarpranav83@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:59:19 +0530 Subject: [PATCH] Update query_frontend_test.go Signed-off-by: Pranav <101933072+pawarpranav83@users.noreply.github.com> --- test/e2e/query_frontend_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/query_frontend_test.go b/test/e2e/query_frontend_test.go index ee99b60c134..c3cfc38acef 100644 --- a/test/e2e/query_frontend_test.go +++ b/test/e2e/query_frontend_test.go @@ -85,7 +85,7 @@ func TestQueryFrontend(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), time.Minute) t.Cleanup(cancel) - testutil.Ok(t, RemoteWrite(ctx, samplesrw, q.InternalEndpoint("http"))) + testutil.Ok(t, RemoteWrite(ctx, samplesrw, i.InternalEndpoint("remote-write"))) testutil.Ok(t, q.WaitSumMetricsWithOptions(e2emon.Equals(1), []string{"thanos_store_nodes_grpc_connections"}, e2emon.WaitMissingMetrics()))