forked from mirror/gin
Removes debug code in unit tests
This commit is contained in:
parent
e8bc8f48e9
commit
704d690ac0
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue