From 99c2ccb496f8ac77e86013c780af4f1cee33022a Mon Sep 17 00:00:00 2001 From: Ken Tsang Date: Thu, 9 Nov 2017 15:24:30 +0000 Subject: [PATCH] Refactor schema --- tests/app/v2/inbound_sms/test_inbound_sms_schemas.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/app/v2/inbound_sms/test_inbound_sms_schemas.py b/tests/app/v2/inbound_sms/test_inbound_sms_schemas.py index fe9613056..c2e32f93a 100644 --- a/tests/app/v2/inbound_sms/test_inbound_sms_schemas.py +++ b/tests/app/v2/inbound_sms/test_inbound_sms_schemas.py @@ -13,8 +13,6 @@ from tests import create_authorization_header from tests.app.db import create_inbound_sms valid_inbound_sms = { - "provider_date": "2017-11-02T15:07:57.199541Z", - "provider_reference": "foo", "user_number": "447700900111", "created_at": "2017-11-02T15:07:57.197546Z", "service_id": "a5149c32-f03b-4711-af49-ad6993797d45", @@ -32,8 +30,6 @@ valid_inbound_sms_list = { } invalid_inbound_sms = { - "provider_date": "2017-11-02T15:07:57.199541", - "provider_reference": "foo", "user_number": "447700900111", "created_at": "2017-11-02T15:07:57.197546", "service_id": "a5149c32-f03b-4711-af49-ad6993797d45",