From 6821eca6f3e241a93e5eeb538c9c548667133e66 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Mon, 11 Jan 2021 17:59:31 +0100 Subject: [PATCH] fix: drop black magic that is no longer needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- internal/server/user/mux/handlerbuilder_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/server/user/mux/handlerbuilder_test.go b/internal/server/user/mux/handlerbuilder_test.go index 9ae16a7..9fa928f 100644 --- a/internal/server/user/mux/handlerbuilder_test.go +++ b/internal/server/user/mux/handlerbuilder_test.go @@ -129,7 +129,6 @@ func TestHandlerBuilderStoresTheProperResponseWriter(t *testing.T) { return nil } w := httptest.NewRecorder() - w.Flushed = !w.Flushed handlerBuilder(route).ServeHTTP(w, nil)