Skip to content

Commit

Permalink
Handle queued errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Apr 6, 2013
1 parent 05b1569 commit 04d800d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/buildbot/test/unit/test_status_github.py
Expand Up @@ -361,3 +361,5 @@ def test_sendGitHubStatus_error(self):
u'Fail to send status "state" for owner/name at sha.',
log_event['why'],
)
errors = self.flushLoggedErrors()
self.assertEqual(1, len(errors))

0 comments on commit 04d800d

Please sign in to comment.