diff --git a/web/api/v1/errors_test.go b/web/api/v1/errors_test.go index 4673af201e..b3b4d5a8e7 100644 --- a/web/api/v1/errors_test.go +++ b/web/api/v1/errors_test.go @@ -137,6 +137,7 @@ func createPrometheusAPI(q storage.SampleAndChunkQueryable) *route.Router { nil, false, false, + false, // Disable experimental reduce remote write proto support. ) promRouter := route.New().WithPrefix("/api/v1")