소스 검색

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() {