Get the test suite running again.

This commit is contained in:
Ralph Bean
2016-07-17 00:16:57 -04:00
parent 9190a48b75
commit 379fc3fe5a

View File

@@ -30,7 +30,8 @@ class TestRepoDone(unittest.TestCase):
def setUp(self):
self.config = mock.Mock()
self.config.dist_git_url = 'dist_git_url'
self.config.rpms_default_repository = 'dist_git_url'
self.config.koji_profile = 'staging' # TODO - point at a fake test config
self.session = mock.Mock()
self.fn = rida.scheduler.handlers.repos.done