fix test
This commit is contained in:
parent
97552fbe30
commit
ea84240cce
|
@ -16,7 +16,7 @@ func TestCmdInstance(t *testing.T) {
|
||||||
http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
|
http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
fmt.Fprintln(w, `{"Title": "zzz"}`)
|
fmt.Fprintln(w, `{"title": "zzz"}`)
|
||||||
return
|
return
|
||||||
},
|
},
|
||||||
func(app *cli.App) {
|
func(app *cli.App) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user