Browse Source

fix static test

tags/v0.9.0
jimzhan 9 years ago
parent
commit
843f64ef47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      middleware/static_test.go

+ 1
- 1
middleware/static_test.go View File



app.ServeHTTP(response, request) app.ServeHTTP(response, request)


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

Loading…
Cancel
Save