Fix #126 - remove Builder class

This commit is contained in:
Jan Kaluza
2016-11-01 11:54:03 +01:00
parent 737a6f8b19
commit d9916a1634
5 changed files with 50 additions and 52 deletions

View File

@@ -40,7 +40,7 @@ class TestKojiBuilder(unittest.TestCase):
""" Test that when a repo msg hits us and we have no match,
that we do nothing gracefully.
"""
repo = module_build_service.builder.Builder.tag_to_repo(
repo = module_build_service.builder.GenericBuilder.tag_to_repo(
"koji", self.config,
"module-base-runtime-0.25-9",
"x86_64")