diff --git a/tests/unit_tests/steps/test_link.py b/tests/unit_tests/steps/test_link.py index dec2045a..8669f4d8 100644 --- a/tests/unit_tests/steps/test_link.py +++ b/tests/unit_tests/steps/test_link.py @@ -26,6 +26,7 @@ def test_run(self, tool_box: ToolBox): '''Ensure the command is formed correctly, with the flags at the end and that environment variable FFLAGS is picked up. ''' + config = SimpleNamespace( project_workspace=Path('workspace'), artefact_store=ArtefactStore(),