From d7e4ca2a437f2e3f9e0400cb487e1a6f8cc31158 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Mon, 27 Feb 2017 15:01:44 +0000 Subject: [PATCH] Remove created notification - not needed for test --- tests/app/dao/test_notification_dao.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/app/dao/test_notification_dao.py b/tests/app/dao/test_notification_dao.py index 7081c3c1b..5591d3f14 100644 --- a/tests/app/dao/test_notification_dao.py +++ b/tests/app/dao/test_notification_dao.py @@ -1506,7 +1506,6 @@ def test_slow_provider_delivery_returns_for_delivered_notifications_only( updated_at=five_minutes_from_now ) - notification_five_minutes_to_deliver(status='created') notification_five_minutes_to_deliver(status='sending') notification_five_minutes_to_deliver(status='delivered') notification_five_minutes_to_deliver(status='delivered')