We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6568ba2 commit 517d9cdCopy full SHA for 517d9cd
care/emr/tests/test_patient_api.py
@@ -40,7 +40,7 @@ def setUp(self):
40
def generate_patient_data(self, geo_organization, **kwargs):
41
data = {
42
"name": self.fake.name(),
43
- "gender": "male",
+ "gender": choice(list(GenderChoices)),
44
"address": self.fake.address(),
45
"permanent_address": self.fake.address(),
46
"pincode": self.fake.random_int(min=100000, max=999999),
0 commit comments