Skip to content
Snippets Groups Projects
Commit a6ee52de authored by Frédéric Dalleau's avatar Frédéric Dalleau :sun_with_face:
Browse files

Apply suggestion to atc_renderer/renderer.py

parent 88f525d9
No related branches found
No related tags found
1 merge request!18Add new image-deployment field to the tests cases
Pipeline #484 passed
......@@ -109,7 +109,7 @@ def get_template_values(testcase_data):
if mv == 'expected':
template_values.update({ mv : parse_list(value) })
elif mv == 'image-deployment':
template_values.update({ mv.replace('-', '_') : ", ".join(value) })
template_values.update({ mv.replace('-', '_') : ", ".join(sorted(value)) })
else:
# Set the priority_color.
if mv == 'priority':
......
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