File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -33,22 +33,22 @@ func TestAdminDeletePermanently(t *testing.T) {
3333 status : http .StatusOK ,
3434 },
3535
36- // / *
37- // delete permanently [sugriwa]
38- // */
39- // {
40- // name: "delete permanently [sugriwa] to GET it success: all",
41- // expect: auth_sugriwa ,
42- // // HTTP response status: 404 Not Found
43- // status: http.StatusNotFound,
44- // },
36+ /*
37+ delete permanently [sugriwa]
38+ */
39+ {
40+ name : "delete permanently [sugriwa] to GET it success: all" ,
41+ expect : SUGRIWA ,
42+ // HTTP response status: 404 Not Found
43+ status : http .StatusNotFound ,
44+ },
4545
4646 // /*
4747 // No Auth
4848 // */
4949 // {
5050 // name: "delete permanently [no-auth] to GET it failure",
51- // expect: no_auth ,
51+ // expect: "" ,
5252 // // HTTP response status: 404 Not Found
5353 // status: http.StatusNotFound,
5454 // },
You can’t perform that action at this time.
0 commit comments