WIPACrepo / keycloak-rest-services

Services surrounding KeyCloak, that use the REST API to read/update state
MIT License
1 stars 1 forks source link

make get_group_membership raise GroupDoesNotExist instead of KeyError #93

Closed vbrik closed 1 year ago

vbrik commented 1 year ago

change groups.get_group_membership() to return GroupDoesNotExist instead of KeyError to be consistent.

I also missed a bunch of test cases earlier