| 
34 | 34 |     LocalUnitChangeRequest,  | 
35 | 35 |     LocalUnitLevel,  | 
36 | 36 |     LocalUnitType,  | 
37 |  | -    OtherProfile,  | 
38 | 37 |     PrimaryHCC,  | 
39 | 38 |     ProfessionalTrainingFacility,  | 
40 | 39 |     SpecializedMedicalService,  | 
@@ -525,7 +524,6 @@ def test_create_update_local_unit_health(self):  | 
525 | 524 |         functionality = Functionality.objects.create(code=1, name="Code 1")  | 
526 | 525 |         health_facility_type = FacilityType.objects.create(code=1, name="Code 1")  | 
527 | 526 |         primary_health_care_center = PrimaryHCC.objects.create(code=1, name="Code 1")  | 
528 |  | -        other_profiles = OtherProfile.objects.create(number=1, position="test")  | 
529 | 527 |         data = {  | 
530 | 528 |             "local_branch_name": "Silele Red Cross Clinic, Sigombeni Red Cross Clinic & Mahwalala Red Cross Clinic",  | 
531 | 529 |             "english_branch_name": None,  | 
@@ -578,7 +576,10 @@ def test_create_update_local_unit_health(self):  | 
578 | 576 |                 "nursing_aid": 0,  | 
579 | 577 |                 "midwife": 9,  | 
580 | 578 |                 "other_medical_heal": True,  | 
581 |  | -                "other_profiles": [other_profiles.id],  | 
 | 579 | +                "other_profiles": [  | 
 | 580 | +                    {"number": 2, "position": "Nurse"},  | 
 | 581 | +                    {"number": 3, "position": "Doctor"},  | 
 | 582 | +                ],  | 
582 | 583 |                 "feedback": "first question of initial question did not provide for the option to write the name of the NS. It is written LRC yet it should allow Baphalali Eswatini Red Cross Society (BERCS) to be inscribed in the box.",  # noqa: E501  | 
583 | 584 |                 "affiliation": affiliation.id,  | 
584 | 585 |                 "functionality": functionality.id,  | 
 | 
0 commit comments