make tests more robust
authorJingjing Duan <jduan@twitter.com>
Mon, 9 Jun 2014 22:05:44 +0000 (15:05 -0700)
committerJingjing Duan <jduan@twitter.com>
Mon, 9 Jun 2014 22:05:44 +0000 (15:05 -0700)
jenkinsapi_tests/unittests/test_build.py

index 9223cbe2f1662cf07e42fd435d8235485b70876c..5fe86483c0620e423a03c0beb5f97b4b1f15ece4 100644 (file)
@@ -16,6 +16,7 @@ class test_build(unittest.TestCase):
         'actions': [{'causes': [{'shortDescription': 'Started by user anonymous',
                                  'userId': None,
                                  'userName': 'anonymous'}]},
+                    None,
                     {'causes': []}],
         'artifacts': [],
         'building': False,