all the remain tests

This commit is contained in:
2026-08-19 11:08:33 +03:00
parent 8bc3ff7b54
commit 73e983c6a5
5 changed files with 116 additions and 9 deletions
+1 -1
View File
@@ -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)