mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-11 10:34:30 +08:00
Fix #126 - remove Builder class
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user