Skip to content
Snippets Groups Projects
Commit 1b6a847f authored by Remco Tukker's avatar Remco Tukker
Browse files

fix small mistake found in test

parent 1c3f8a2b
Branches
Tags
1 merge request!83Feature/comp 284 old db publisher
......@@ -702,6 +702,8 @@ def transfer_security_controls(nren_dict):
other_entry = ", ".join(other_entries)
if other_entry:
full_list.append(other_entry)
if "Other" in full_list:
full_list.remove("Other")
if full_list:
new_entry = presentation_models.SecurityControls(
nren=nren_dict[nren_name],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment