mirror of
https://github.com/beego/bee.git
synced 2024-11-22 10:10:53 +00:00
fix bug
This commit is contained in:
parent
4bac7d36fc
commit
d5911c9bcd
@ -519,7 +519,7 @@ func init() {
|
|||||||
|
|
||||||
// TestGet is a sample to run an endpoint test
|
// TestGet is a sample to run an endpoint test
|
||||||
func TestGet(t *testing.T) {
|
func TestGet(t *testing.T) {
|
||||||
r, _ := http.NewRequest("GET", "/object", nil)
|
r, _ := http.NewRequest("GET", "/v1/object", nil)
|
||||||
w := httptest.NewRecorder()
|
w := httptest.NewRecorder()
|
||||||
beego.BeeApp.Handlers.ServeHTTP(w, r)
|
beego.BeeApp.Handlers.ServeHTTP(w, r)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user