Format code
Code didn't get well formatted when jenkins unusable. Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
735bfaa0d6
commit
b217470464
27 changed files with 214 additions and 89 deletions
|
|
@ -39,7 +39,9 @@ class KojiWrapperBaseTestCase(unittest.TestCase):
|
|||
koji.get_profile_module = mock.Mock(
|
||||
return_value=mock.Mock(
|
||||
config=DumbMock(
|
||||
server="koji.example.com", authtype="kerberos", cert="",
|
||||
server="koji.example.com",
|
||||
authtype="kerberos",
|
||||
cert="",
|
||||
),
|
||||
pathinfo=mock.Mock(
|
||||
work=mock.Mock(return_value="/koji"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue