Skip to content

Instantly share code, notes, and snippets.

@jerith
Created March 31, 2015 09:12
Show Gist options
  • Select an option

  • Save jerith/f50a2a9ede4295c82fdc to your computer and use it in GitHub Desktop.

Select an option

Save jerith/f50a2a9ede4295c82fdc to your computer and use it in GitHub Desktop.
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