Sfoglia il codice sorgente

Removes debug code in unit tests

Manu Mtz-Almeida 10 anni fa
parent
commit
704d690ac0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      gin_integration_test.go

+ 0 - 1
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() {