diff --git a/tests/unit/test_processor.py b/tests/unit/test_processor.py index 1b3f2795ae..ae0e217d65 100644 --- a/tests/unit/test_processor.py +++ b/tests/unit/test_processor.py @@ -6,7 +6,7 @@ def test_synchronize_direct_transfer(engine, engine_dao, remote, tmp_path): - engine = engine(tmp_path) + engine = engine(tmp_path, "1") dao = engine_dao() remote = remote Mocked_Session = namedtuple(