From 5b656849dceee778c06d90b66250db1c4a54734c Mon Sep 17 00:00:00 2001 From: Anindya Roy Date: Thu, 27 Jul 2023 19:59:38 +0530 Subject: [PATCH] NXDRIVE-2844: Nuxeo Drive transfer failed after removing hardware worked on pr comments 006 --- tests/unit/test_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(