From 112d4e5fc91d011c117cb839943501d493ea7ebb Mon Sep 17 00:00:00 2001 From: Anindya Roy Date: Thu, 27 Jul 2023 21:19:07 +0530 Subject: [PATCH] NXDRIVE-2844: Nuxeo Drive transfer failed after removing hardware worked on pr comments 012 --- tests/unit/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index e636beb021..6c2b5a01a5 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -114,9 +114,9 @@ def __exit__(self, exc_type, exc_val, exc_tb): class MockEngine(Engine): def __init__(self, tmp_path): - local_folder = tmp_path + folder = tmp_path - super().__init__(self, local_folder) + super().__init__(self, folder) class MockedClient: