Skip to content

Commit c9d4e09

Browse files
committed
Fix issue after #7239
Signed-off-by: Friedrich Gonzalez <1517449+friedrichg@users.noreply.github.com>
1 parent 5cbd8d0 commit c9d4e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/util/push/push_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ func TestHandler_remoteWrite(t *testing.T) {
549549

550550
ctx := context.Background()
551551
ctx = user.InjectOrgID(ctx, "user-1")
552-
handler := Handler(true, 100000, overrides, nil, pushFunc)
552+
handler := Handler(true, 100000, overrides, nil, pushFunc, nil)
553553
req := createRequest(t, createPrometheusRemoteWriteV2Protobuf(t), true)
554554
req = req.WithContext(ctx)
555555
resp := httptest.NewRecorder()

0 commit comments

Comments
 (0)