Skip to content

Commit

Permalink
Update test_api.py 00003
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Oct 30, 2023
1 parent 874f7b4 commit b7ad2d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/functional/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from unittest.mock import patch

from nxdrive.gui.api import QMLDriveApi
from nxdrive.gui.application import Application


def test_web_authentication(manager_factory, nuxeo_url):
Expand All @@ -22,7 +21,6 @@ def mocked_open_authentication_dialog():
)
app = Mocked_App()

# app = Application(manager)
drive_api = QMLDriveApi(app)

with manager:
Expand Down

0 comments on commit b7ad2d9

Please sign in to comment.