diff --git a/pkg/util/push/push_test.go b/pkg/util/push/push_test.go index be3f4004b5..ac7c02a874 100644 --- a/pkg/util/push/push_test.go +++ b/pkg/util/push/push_test.go @@ -549,7 +549,7 @@ func TestHandler_remoteWrite(t *testing.T) { ctx := context.Background() ctx = user.InjectOrgID(ctx, "user-1") - handler := Handler(true, 100000, overrides, nil, pushFunc) + handler := Handler(true, 100000, overrides, nil, pushFunc, nil) req := createRequest(t, createPrometheusRemoteWriteV2Protobuf(t), true) req = req.WithContext(ctx) resp := httptest.NewRecorder()