tweak to one unit test
authorsalimfadhley <sal@stodge.org>
Fri, 5 Jul 2013 23:44:45 +0000 (00:44 +0100)
committersalimfadhley <sal@stodge.org>
Fri, 5 Jul 2013 23:44:45 +0000 (00:44 +0100)
jenkinsapi_tests/systests/test_invocation.py

index fd4beef2e7e0e94aef66002ed29063e04244bb79..8d9bfb7dd85809474c05131c129092fec79676d9 100644 (file)
@@ -32,7 +32,7 @@ class TestInvocation(BaseSystemTest):
         ii.stop()
         self.assertFalse(ii.is_running())
         self.assertIsInstance(ii.get_build().get_console(), str)
-        self.assertIn('Building on master', ii.get_build().get_console())
+        self.assertIn('Started by user', ii.get_build().get_console())
 
     def test_get_block_until_build_complete(self):
         job_name = 'create_%s' % random_string()