Tidy up setting modules as Orchestrator attributes on startup.

Don't override the values in config['steps'] – the config should be left as is
This commit is contained in:
Patrick Robertson
2025-02-05 20:39:53 +01:00
parent 48abb5e66b
commit 6ab8fd2ee4
2 changed files with 11 additions and 42 deletions

View File

@@ -89,7 +89,6 @@ def test_add_custom_modules_path_invalid(orchestrator, caplog, test_args):
orchestrator.run(test_args + # we still need to load the real path to get the example_module
["--module_paths", "tests/data/invalid_test_modules/"])
# assert False
assert caplog.records[0].message == "Path 'tests/data/invalid_test_modules/' does not exist. Skipping..."