Coverage for src/common/services.py: 100%
4 statements
« prev ^ index » next coverage.py v7.9.2, created at 2025-08-04 12:59 +0300
« prev ^ index » next coverage.py v7.9.2, created at 2025-08-04 12:59 +0300
1class UserIdentificationService:
3 @staticmethod
4 def get_user_identifier(request):
5 return {'user': request.user}