Fix the tests

This commit is contained in:
Chris Hill-Scott
2016-05-26 09:57:16 +01:00
parent 6e95abdc82
commit 623ef5617e
+1 -1
View File
@@ -315,5 +315,5 @@ def start_job(service_id, upload_id):
)
return redirect(
url_for('main.view_job', job_id=upload_id, service_id=service_id, help=request.args.get('help', '0'))
url_for('main.view_job', job_id=upload_id, service_id=service_id, help=request.form.get('help'))
)