Skip to content
Snippets Groups Projects
Commit 369648b9 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

formatting

parent 858c7065
No related branches found
No related tags found
1 merge request!259stop as soon as error is seen
Pipeline #154106 passed
...@@ -1221,7 +1221,7 @@ class TestCandidateApply(TooledTestCase): ...@@ -1221,7 +1221,7 @@ class TestCandidateApply(TooledTestCase):
form_data = { form_data = {
step_name + "-first_name": "Ada", step_name + "-first_name": "Ada",
step_name + "-last_name": "Lovelace", step_name + "-last_name": "Lovelace",
step_name + "-email": "ada.lovelace@pasteurfr", # dot is missing step_name + "-email": "ada.lovelace@pasteurfr", # dot is missing
step_name + "-profiles": "2", step_name + "-profiles": "2",
step_name + "-motivation": "Yes I am !", step_name + "-motivation": "Yes I am !",
step_name + "-cv": SimpleUploadedFile(cv.name, cv.read(), content_type="application/pdf"), step_name + "-cv": SimpleUploadedFile(cv.name, cv.read(), content_type="application/pdf"),
......
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