- Right name of the class in constructor

This commit is contained in:
soksanichenko 2022-11-07 20:03:59 +02:00
parent 0fa459eb9e
commit ede91bcd03
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ class TestAddModuleToVariant(helpers.PungiTestCase):
@unittest.skipIf(Modulemd is None, "Skipping tests, no module support")
class TestAddModuleToVariantForKojiMock(helpers.PungiTestCase):
def setUp(self):
super(TestAddModuleToVariant, self).setUp()
super(TestAddModuleToVariantForKojiMock, self).setUp()
self.koji = mock.Mock()
self.koji.koji_module.pathinfo.typedir.return_value = "/koji"
self.koji.koji_module.pathinfo.topdir = "/mnt/koji"