This commit is contained in:
Filip Valder
2016-11-16 14:00:50 +01:00
parent 2227d88333
commit 2a53b74bcf

View File

@@ -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.