def test_group_dao_update_exception():
    groups = GroupDAO()
    groups.group_update("unknown_group", ["one", "two", "three"])