Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix tests
  • Loading branch information
tardyp committed Dec 6, 2016
1 parent 5d03556 commit d864f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_reporter_github.py
Expand Up @@ -43,7 +43,7 @@ def setUp(self):
self.master, self,
HOSTED_BASE_URL, headers={
'Authorization': 'token XXYYZZ',
'User-Agent': 'buildbot'
'User-Agent': 'Buildbot'
})
self.sp = sp = GitHubStatusPush('XXYYZZ')
sp.sessionFactory = Mock(return_value=Mock())
Expand Down

0 comments on commit d864f7e

Please sign in to comment.