Skip to content

Commit

Permalink
indicate open todo and support reference #110
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Oct 4, 2024
1 parent 93d417a commit b5a4af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_churchtools_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b5a4af3

Please sign in to comment.