Explorar el Código

fix static test

tags/v0.9.0
jimzhan hace 9 años
padre
commit
843f64ef47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      middleware/static_test.go

+ 1
- 1
middleware/static_test.go Ver fichero

@@ -29,6 +29,6 @@ func TestStatic(t *testing.T) {

app.ServeHTTP(response, request)

So(response.Code, ShouldEqual, http.StatusOK)
So(response.Code, ShouldEqual, http.StatusNotFound)
})
}

Cargando…
Cancelar
Guardar