mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 10:43:16 +08:00
fix unit tests
This commit is contained in:
@@ -21,7 +21,7 @@ base_dir = os.path.dirname(os.path.dirname(__file__))
|
||||
|
||||
class TestModuleWait:
|
||||
def setup_method(self, test_method):
|
||||
scheduler_init_data()
|
||||
scheduler_init_data(module_state="wait")
|
||||
|
||||
self.config = conf
|
||||
self.session = mock.Mock()
|
||||
|
||||
Reference in New Issue
Block a user