Skip to content

Commit

Permalink
NXDRIVE-2844: Nuxeo Drive transfer failed after removing hardware wor…
Browse files Browse the repository at this point in the history
…ked on pr comments 011
  • Loading branch information
gitofanindya committed Jul 27, 2023
1 parent e2b9df1 commit 54adb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def manager_dao(tmp_path):

@pytest.fixture
def remote():
mocked_remote = MockedRemote()
mocked_remote = MockedRemote
return mocked_remote


Expand All @@ -167,7 +167,7 @@ def engine(engine_dao):
engine.local_folder = os.path.expandvars("C:\\test\\%username%\\Drive")
engine.dao = engine_dao
engine.version = 1
engine.remote = remote()
engine.remote = MockedRemote
return engine


Expand Down

0 comments on commit 54adb44

Please sign in to comment.