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()))