Skip to content

Commit

Permalink
fix(test): updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon authored and Abhiuday committed Nov 25, 2023
1 parent c1e34e6 commit 7156b8a
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 @@ -159,7 +159,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 7156b8a

Please sign in to comment.