pass tests including pretty tree

This commit is contained in:
Bel LaPointe
2022-02-08 15:22:33 -07:00
parent 6f27327ac6
commit d0cea24d88
5 changed files with 351 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ func TestServerRoutes(t *testing.T) {
"v0: tree: get pretty": {
path: "/api/v0/tree?pretty",
method: http.MethodGet,
want: `{"delfid":{"Title":"delfid title","Children":[`,
want: `"getfid":{"Children":{`,
},
"v0: tree: get": {
path: "/api/v0/tree",