Created
March 31, 2015 09:12
-
-
Save jerith/f50a2a9ede4295c82fdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/go/apps/bulk_message/tests/test_vumi_app.py b/go/apps/bulk_message/tests/test_vumi_app.py | |
| index ea0cb5f..d3d1bc3 100644 | |
| --- a/go/apps/bulk_message/tests/test_vumi_app.py | |
| +++ b/go/apps/bulk_message/tests/test_vumi_app.py | |
| @@ -359,6 +359,8 @@ class TestBulkMessageApplication(VumiTestCase): | |
| send_progress = yield self.app.get_send_progress(conversation, cmd_id) | |
| self.assertEqual(send_progress, None) | |
| + self.flushLoggedErrors() | |
| + | |
| @inlineCallbacks | |
| def test_interrupted_bulk_send_command_with_duplicates_dedupe(self): | |
| """ | |
| @@ -426,6 +428,8 @@ class TestBulkMessageApplication(VumiTestCase): | |
| send_progress = yield self.app.get_send_progress(conversation, cmd_id) | |
| self.assertEqual(send_progress, None) | |
| + self.flushLoggedErrors() | |
| + | |
| @inlineCallbacks | |
| def test_overlapping_bulk_send_commands(self): | |
| """ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment