all the remain tests
This commit is contained in:
@@ -52,7 +52,7 @@ class CrudService:
|
||||
raise self.errors.not_found_error(detail="User not found")
|
||||
return user_entity
|
||||
|
||||
async def delete_user_hard(self, email:str, current_user:UserOut)->bool:
|
||||
async def delete_user_hard(self, email:str, current_user)->bool:
|
||||
|
||||
user_entity=await self.crud_db_actions.delete_user_hard(email)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user