ソースを参照

Removes debug code in unit tests

Manu Mtz-Almeida 10 年 前
コミット
704d690ac0
1 ファイル変更0 行追加1 行削除
  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() {