From a13ecc5cb50909bfc00beed9fcc8b1f346548164 Mon Sep 17 00:00:00 2001 From: Nicholas Staples Date: Wed, 16 Mar 2016 17:05:27 +0000 Subject: [PATCH] whoops test fixes. --- tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 4e8d93674..609314462 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -145,7 +145,7 @@ def notification_json(service_id, 'notifications': [{ 'to': to, 'template': {'id': template['id'], 'name': template['name']}, - 'job': {'id': job['id'], 'file_name': job['file_name']}, + 'job': {'id': job['id'], 'original_file_name': job['original_file_name']}, 'sent_at': sent_at, 'status': status, 'created_at': created_at