diff --git a/internal/server/http/handler_test.go b/internal/server/http/handler_test.go index c18938c..19e374b 100644 --- a/internal/server/http/handler_test.go +++ b/internal/server/http/handler_test.go @@ -117,7 +117,6 @@ func TestImposterHandler_Variables(t *testing.T) { defer expectedBodyPathFile.Close() expectedBody, _ := io.ReadAll(expectedBodyPathFile) - //handler.ServeHTTP(rec, req) assert.Equal(t, rec.Code, tt.statusCode) assert.Equal(t, string(expectedBody), rec.Body.String())