fix unit tests

This commit is contained in:
Mike McLean
2021-06-10 12:58:10 -04:00
parent 7b56c6429e
commit fcd662468f
3 changed files with 21 additions and 5 deletions

View File

@@ -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()