From: salimfadhley Date: Fri, 5 Jul 2013 23:44:45 +0000 (+0100) Subject: tweak to one unit test X-Git-Tag: v0.2.23~114 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c872a6942e09166bd944d1de16d96d88506fe61;p=tools%2Fpython-jenkinsapi.git tweak to one unit test --- diff --git a/jenkinsapi_tests/systests/test_invocation.py b/jenkinsapi_tests/systests/test_invocation.py index fd4beef..8d9bfb7 100644 --- a/jenkinsapi_tests/systests/test_invocation.py +++ b/jenkinsapi_tests/systests/test_invocation.py @@ -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()