fix: couple of travis fixes (#24554)

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
Nabin Hait
2021-02-05 10:04:18 -08:00
committed by GitHub
parent 4742a25942
commit c4a1bb0e1c
2 changed files with 4 additions and 1 deletions

View File

@@ -139,6 +139,7 @@ def create_inpatient(patient):
inpatient_record.phone = patient_obj.phone
inpatient_record.inpatient = "Scheduled"
inpatient_record.scheduled_date = today()
inpatient_record.company = "_Test Company"
return inpatient_record