FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4a62c84e authored by msb's avatar msb
Browse files

TODO no longer relevant

parent 98bae95b
No related branches found
No related tags found
1 merge request!15The tests require a connection to the live lookup server
......@@ -50,7 +50,6 @@ def get_groups_from_query(search_string):
def return_title_by_groupid(groupid):
group = GroupMethods(get_connection()).getGroup(groupid=groupid)
# TODO If a group does not exists in lookup should we allow it?
if group is None:
raise ValidationError("The group with id %(groupid)s does not exist in Lookup", code='invalid',
params={'groupid': groupid},)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment