mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-08 15:53:18 +08:00
Value of copr_config is not relevant for this tests
This commit is contained in:
committed by
Ralph Bean
parent
6357afd43f
commit
a09bfbd506
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user