Skip to content

Commit 08ea43e

Browse files
committed
[24/1/23] testing fix does not AdminDeletePermanently: No Auth
1 parent ba2c3c2 commit 08ea43e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/admin_controller_test.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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
// },

0 commit comments

Comments
 (0)