pull/19/head
Yasuhiro Matsumoto 2017-04-16 22:50:00 +09:00
parent 97552fbe30
commit ea84240cce
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func TestCmdInstance(t *testing.T) {
http.Error(w, http.StatusText(http.StatusNotFound), http.StatusNotFound)
return
}
fmt.Fprintln(w, `{"Title": "zzz"}`)
fmt.Fprintln(w, `{"title": "zzz"}`)
return
},
func(app *cli.App) {