mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Change "test run" to "test message"
Because reasons. Obvs.
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user