Remove all bad-whitespaces
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
4250d9a67a
commit
dd82e9cea2
12 changed files with 736 additions and 736 deletions
|
|
@ -80,7 +80,7 @@ class TestImportImageInternal(unittest.TestCase):
|
|||
cursor = mock.MagicMock()
|
||||
context.cnx.cursor.return_value = cursor
|
||||
context.session.host_id = 42
|
||||
get_build.return_value = {'id': 2 }
|
||||
get_build.return_value = {'id': 2}
|
||||
get_rpm.return_value = rpm
|
||||
get_archive_type.return_value = 4
|
||||
work.return_value = self.tempdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue