Skip to content

Commit

Permalink
Correcting grammar issue
Browse files Browse the repository at this point in the history
Co-authored-by: Baelx <[email protected]>
  • Loading branch information
ratheesh-aot and Baelx authored Feb 6, 2024
1 parent 4d6bfa9 commit a607771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-api/src/met_api/services/staff_user_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ def validate_user(db_user: StaffUserModel):
group_names = [group.get('name') for group in groups]
if KeycloakGroupName.EAO_IT_ADMIN.value in group_names:
raise BusinessException(
error='This user is already a Administrator.',
error='This user is already an Administrator.',
status_code=HTTPStatus.CONFLICT.value)

0 comments on commit a607771

Please sign in to comment.