diff --git a/tests/test_churchtools_api.py b/tests/test_churchtools_api.py index 8e6534f..4a743af 100644 --- a/tests/test_churchtools_api.py +++ b/tests/test_churchtools_api.py @@ -152,6 +152,8 @@ def test_get_persons_masterdata(self) -> None: "groupMeetingTemplates", "relationshipTypes", } + #TODO https://github.com/bensteUEM/ChurchToolsAPI/issues/110 + # missing sexId/Gender mapping - issue raised with CT team in support case 131084 result = self.api.get_persons_masterdata() self.assertIsInstance(result, dict)