From 5c273c6eaa816d89dfc4420ad6e5f0fc4128b8bc Mon Sep 17 00:00:00 2001 From: Anindya Roy <104991338+gitofanindya@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:26:27 +0530 Subject: [PATCH] Update test_api.py 00004 --- tests/functional/test_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/functional/test_api.py b/tests/functional/test_api.py index 9b1e344af2..e628981fa4 100644 --- a/tests/functional/test_api.py +++ b/tests/functional/test_api.py @@ -10,7 +10,7 @@ def test_web_authentication(manager_factory, nuxeo_url): def func(*args): return True - + def mocked_open_authentication_dialog(): return @@ -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",