Skip to content

Commit c07748e

Browse files
committed
Fix one more test
1 parent 0730fb4 commit c07748e

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tests/test_endpoints/test_people.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ def test_get_people_parameter_profile_expected_result(self):
573573
"handle": "914KQCNJ9TMDQMDL81",
574574
"name_given": "Jane",
575575
"name_surname": "Adams",
576-
"name_suffix": "",
577576
"sex": "F",
578577
}
579578
],
@@ -611,7 +610,6 @@ def test_get_people_parameter_profile_expected_result(self):
611610
"handle": "FR6KQCRONQWR69LFUI",
612611
"name_given": "William",
613612
"name_surname": "Adams",
614-
"name_suffix": "",
615613
"sex": "M",
616614
},
617615
"gramps_id": "F0204",
@@ -647,7 +645,6 @@ def test_get_people_parameter_profile_expected_result(self):
647645
"handle": "OS6KQCDBW36VIRF98Z",
648646
"name_given": "Eleanor",
649647
"name_surname": "Aguilar",
650-
"name_suffix": "",
651648
"sex": "F",
652649
},
653650
"relationship": "Married",
@@ -657,7 +654,6 @@ def test_get_people_parameter_profile_expected_result(self):
657654
"handle": "OS6KQCDBW36VIRF98Z",
658655
"name_given": "Eleanor",
659656
"name_surname": "Aguilar",
660-
"name_suffix": "",
661657
"primary_parent_family": {
662658
"children": [
663659
{
@@ -683,7 +679,6 @@ def test_get_people_parameter_profile_expected_result(self):
683679
"handle": "OS6KQCDBW36VIRF98Z",
684680
"name_given": "Eleanor",
685681
"name_surname": "Aguilar",
686-
"name_suffix": "",
687682
"sex": "F",
688683
}
689684
],
@@ -711,7 +706,6 @@ def test_get_people_parameter_profile_expected_result(self):
711706
"handle": "4GCKQC20GMQLO6N77C",
712707
"name_given": "John",
713708
"name_surname": "Aguilar",
714-
"name_suffix": "",
715709
"sex": "M",
716710
},
717711
"gramps_id": "F0704",
@@ -739,7 +733,6 @@ def test_get_people_parameter_profile_expected_result(self):
739733
"handle": "OS6KQCDBW36VIRF98Z",
740734
"name_given": "Eleanor",
741735
"name_surname": "Aguilar",
742-
"name_suffix": "",
743736
"sex": "F",
744737
}
745738
],
@@ -761,7 +754,6 @@ def test_get_people_parameter_profile_expected_result(self):
761754
"handle": "4GCKQC20GMQLO6N77C",
762755
"name_given": "John",
763756
"name_surname": "Aguilar",
764-
"name_suffix": "",
765757
"sex": "M",
766758
},
767759
"gramps_id": "F0704",
@@ -787,7 +779,6 @@ def test_get_people_parameter_profile_expected_result(self):
787779
"handle": "914KQCNJ9TMDQMDL81",
788780
"name_given": "Jane",
789781
"name_surname": "Adams",
790-
"name_suffix": "",
791782
"sex": "F",
792783
}
793784
],
@@ -809,7 +800,6 @@ def test_get_people_parameter_profile_expected_result(self):
809800
"handle": "FR6KQCRONQWR69LFUI",
810801
"name_given": "William",
811802
"name_surname": "Adams",
812-
"name_suffix": "",
813803
"sex": "M",
814804
},
815805
"gramps_id": "F0204",
@@ -836,7 +826,6 @@ def test_get_people_parameter_profile_expected_result(self):
836826
"handle": "OS6KQCDBW36VIRF98Z",
837827
"name_given": "Eleanor",
838828
"name_surname": "Aguilar",
839-
"name_suffix": "",
840829
"sex": "F",
841830
},
842831
"relationship": "Married",
@@ -1103,8 +1092,8 @@ def test_get_people_handle_parameter_profile_expected_result_self(self):
11031092
"gramps_id": "I0138",
11041093
"handle": "0PWJQCZYFXOS0HGREE",
11051094
"name_given": "Mary Grace Elizabeth",
1106-
"name_surname": "Warner",
11071095
"name_suffix": "",
1096+
"name_surname": "Warner",
11081097
"sex": "F",
11091098
},
11101099
)

0 commit comments

Comments
 (0)