From 5698a9727e29e51e48c916500c2f26c95443e407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 25 May 2016 11:40:22 +0200 Subject: [PATCH] [ostree] Rename duplicated test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- tests/test_ostree_installer_phase.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_ostree_installer_phase.py b/tests/test_ostree_installer_phase.py index d8a28325..bcc36937 100644 --- a/tests/test_ostree_installer_phase.py +++ b/tests/test_ostree_installer_phase.py @@ -169,8 +169,8 @@ class OstreeThreadTest(helpers.PungiTestCase): @mock.patch('pungi.wrappers.iso.IsoWrapper') @mock.patch('os.link') @mock.patch('pungi.wrappers.kojiwrapper.KojiWrapper') - def test_run(self, KojiWrapper, link, IsoWrapper, - get_file_size, get_mtime, ImageCls, run): + def test_run_external_source(self, KojiWrapper, link, IsoWrapper, + get_file_size, get_mtime, ImageCls, run): compose = helpers.DummyCompose(self.topdir, { 'release_name': 'Fedora', 'release_version': 'Rawhide',