Skip to content

Commit

Permalink
Fix for 4bad40d
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed May 31, 2013
1 parent 21572d7 commit bcb56f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_status_mail.py
Expand Up @@ -246,7 +246,7 @@ def fakeGetBuilder(buildername):
"subject":"subject"}

mn.buildsetFinished(99, FAILURE)
fakeBuildMessage.assert_called_with("Buildset Complete: testReason",
fakeBuildMessage.assert_called_with("(whole buildset)",
[build1, build2], SUCCESS)

def test_buildsetFinished_doesnt_send_email(self):
Expand Down

0 comments on commit bcb56f7

Please sign in to comment.