Skip to content

Commit

Permalink
Update test_api.py 00004
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Oct 30, 2023
1 parent 44b6c9f commit 5c273c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_web_authentication(manager_factory, nuxeo_url):

def func(*args):
return True

def mocked_open_authentication_dialog():
return

Expand All @@ -25,7 +25,7 @@ def mocked_open_authentication_dialog():

with manager:
with patch.object(manager, "check_local_folder_available", new=func):
url = nuxeo_url + "/login.jsp?requestedUrl=ui"
url = nuxeo_url + "/login.jsp?requestedUrl=ui%2F"
returned_val = drive_api.web_authentication(
url,
"/dummy-path",
Expand Down

0 comments on commit 5c273c6

Please sign in to comment.