From ee266d950671478dd2ab6adef138a47e3e99c736 Mon Sep 17 00:00:00 2001 From: justinvdm Date: Mon, 16 Feb 2015 12:52:23 +0200 Subject: [PATCH] Add trailing comma --- go/vumitools/tests/test_billing_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/vumitools/tests/test_billing_worker.py b/go/vumitools/tests/test_billing_worker.py index af5f7dfa3..0bc12cb30 100644 --- a/go/vumitools/tests/test_billing_worker.py +++ b/go/vumitools/tests/test_billing_worker.py @@ -49,7 +49,7 @@ def create_transaction(self, account_number, message_id, tag_pool_name, "last_modified": "2013-10-30T10:42:51.144745+02:00", "status": "Completed", "transaction_type": transaction_type, - "session_length": session_length + "session_length": session_length, }