From 5c872a6942e09166bd944d1de16d96d88506fe61 Mon Sep 17 00:00:00 2001 From: salimfadhley Date: Sat, 6 Jul 2013 00:44:45 +0100 Subject: [PATCH] tweak to one unit test --- jenkinsapi_tests/systests/test_invocation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.34.1