Skip to content

Commit

Permalink
fix(test): updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed Nov 8, 2023
1 parent 4064972 commit bc0a668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/utils/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def create_user(
"state": district.state,
"district": district,
"local_body": local_body,
"user_type": User.TYPE_VALUE_MAP["Staff"],
"user_type": User.TYPE_VALUE_MAP["Nurse"],
}
data.update(kwargs)
user = User.objects.create_user(**data)
Expand Down

0 comments on commit bc0a668

Please sign in to comment.