Bläddra i källkod

fix static test

tags/v0.9.0
jimzhan 9 år sedan
förälder
incheckning
843f64ef47
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      middleware/static_test.go

+ 1
- 1
middleware/static_test.go Visa fil

@@ -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)
})
}

Laddar…
Avbryt
Spara