Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
rex
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
2
Wiki
Actividad
Explorar el Código
fix static test
tags/v0.9.0
jimzhan
hace 9 años
padre
24fb2af48e
commit
843f64ef47
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
+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.Status
OK
)
So(response.Code, ShouldEqual, http.Status
NotFound
)
})
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar