mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Lint
This commit is contained in:
@@ -28,6 +28,7 @@ import module_build_service.scheduler.handlers.repos
|
||||
import module_build_service.models
|
||||
import module_build_service.builder
|
||||
|
||||
|
||||
class TestKojiBuilder(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
@@ -35,7 +36,6 @@ class TestKojiBuilder(unittest.TestCase):
|
||||
self.config.koji_profile = 'staging'
|
||||
self.config.koji_repository_url = 'https://kojipkgs.stg.fedoraproject.org/repos'
|
||||
|
||||
|
||||
def test_tag_to_repo(self):
|
||||
""" Test that when a repo msg hits us and we have no match,
|
||||
that we do nothing gracefully.
|
||||
|
||||
Reference in New Issue
Block a user