diff --git a/suite/auto-sync/src/autosync/Tests/test_mcupdater.py b/suite/auto-sync/src/autosync/Tests/test_mcupdater.py index 2dd38be698..334729be92 100644 --- a/suite/auto-sync/src/autosync/Tests/test_mcupdater.py +++ b/suite/auto-sync/src/autosync/Tests/test_mcupdater.py @@ -178,9 +178,7 @@ def test_no_symbol_tests(self): ) def test_systemz_mapping(self): - out_dir = Path( - get_path("{MCUPDATER_TEST_OUT_DIR}").joinpath("mode_mapping/") - ) + out_dir = Path(get_path("{MCUPDATER_TEST_OUT_DIR}").joinpath("mode_mapping/")) if not out_dir.exists(): out_dir.mkdir(parents=True) for file in out_dir.iterdir():