fix: drop black magic that is no longer needed

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2021-01-11 17:59:31 +01:00
parent ec227c2ba3
commit 6821eca6f3
@@ -129,7 +129,6 @@ func TestHandlerBuilderStoresTheProperResponseWriter(t *testing.T) {
return nil
}
w := httptest.NewRecorder()
w.Flushed = !w.Flushed
handlerBuilder(route).ServeHTTP(w, nil)