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
No related branches found
No related tags found
1 merge request!83Feature/comp 284 old db publisher
This commit is part of merge request !83. Comments created here will be created in the context of that merge request.
...@@ -702,6 +702,8 @@ def transfer_security_controls(nren_dict): ...@@ -702,6 +702,8 @@ def transfer_security_controls(nren_dict):
other_entry = ", ".join(other_entries) other_entry = ", ".join(other_entries)
if other_entry: if other_entry:
full_list.append(other_entry) full_list.append(other_entry)
if "Other" in full_list:
full_list.remove("Other")
if full_list: if full_list:
new_entry = presentation_models.SecurityControls( new_entry = presentation_models.SecurityControls(
nren=nren_dict[nren_name], 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