monkey: I was writing test for user delete endpoint (PR#843) but realized there's currently no way mock server from test using different users (admin, normal) since user is hardcoded inside mock strategy for passport.
2022-09-19 26225, 2022
Shubh
I'm thinking of isolating the function for deleting user and testing it directly instead, what do you think?