diff --git a/gin_integration_test.go b/gin_integration_test.go index 0665a61d..4777c0c9 100644 --- a/gin_integration_test.go +++ b/gin_integration_test.go @@ -25,7 +25,6 @@ func testRequest(t *testing.T, url string) { } func TestRunEmpty(t *testing.T) { - SetMode(DebugMode) os.Setenv("PORT", "") router := New() go func() {