Value of copr_config is not relevant for this tests

This commit is contained in:
Jakub Kadlčík
2016-11-07 21:39:29 +01:00
committed by Ralph Bean
parent 6357afd43f
commit a09bfbd506

View File

@@ -31,7 +31,7 @@ class TestCoprBuilder(unittest.TestCase):
def setUp(self):
self.config = mock.Mock()
self.config.copr_config = "/etc/rida/copr.conf"
self.config.copr_config = None
@mock.patch.object(CoprClient, "get_module_repo")
def test_tag_to_repo(self, get_module_repo):