Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Dec 14, 2014
1 parent dba2b01 commit 78738eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_data_masters.py
Expand Up @@ -315,7 +315,7 @@ def test_masterDeactivated(self):
# see that we finished off that build and its steps and logs
updates = self.master.data.updates
updates.finishLog.assert_called_with(logid=2000)
updates.finishStep.assert_called_with(stepid=200, results=RETRY)
updates.finishStep.assert_called_with(stepid=200, results=RETRY, hidden=False)
updates.finishBuild.assert_called_with(buildid=13, results=RETRY)

self.assertEqual(self.master.mq.productions, [
Expand Down

0 comments on commit 78738eb

Please sign in to comment.