Change "test run" to "test message"

Because reasons.
Obvs.
This commit is contained in:
Chris Hill-Scott
2016-05-12 11:22:14 +01:00
parent daf33b03ad
commit bda3aa98f8
2 changed files with 4 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ def send_test(service_id, template_id):
get_example_csv_rows(template, use_example_as_example=False, submitted_fields=request.form)
])
filedata = {
'file_name': 'Test run',
'file_name': 'Test message',
'data': output.getvalue()
}
upload_id = str(uuid.uuid4())