Skip to content

Commit

Permalink
more error flushing
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Dec 15, 2016
1 parent 4afe99d commit 0bb3925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vumi/transports/dmark/tests/test_dmark_ussd.py
Expand Up @@ -323,6 +323,7 @@ def test_status_degraded_slow_response(self):
self.assertEqual(status['component'], 'response')
self.assertEqual(status['type'], 'slow_response')
self.assertEqual(status['message'], 'Slow response')
self.flushLoggedErrors()

@inlineCallbacks
def test_status_down_very_slow_response(self):
Expand Down Expand Up @@ -433,6 +434,7 @@ def test_status_down_timeout(self):
self.assertEqual(status['details'], {
'response_time': self.transport.request_timeout + 0.1,
})
self.flushLoggedErrors()

@inlineCallbacks
def test_notify_finish_requests_cleanup(self):
Expand Down

0 comments on commit 0bb3925

Please sign in to comment.