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:
@@ -129,7 +129,6 @@ func TestHandlerBuilderStoresTheProperResponseWriter(t *testing.T) {
|
||||
return nil
|
||||
}
|
||||
w := httptest.NewRecorder()
|
||||
w.Flushed = !w.Flushed
|
||||
|
||||
handlerBuilder(route).ServeHTTP(w, nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user