Skip to content

Commit

Permalink
Update test_api.py 005
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya authored Nov 8, 2023
1 parent 1738d3f commit 5389b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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%2F"
url = f"{nuxeo_url}/login.jsp?requestedUrl=ui%2F"
returned_val = drive_api.web_authentication(
url,
"/dummy-path",
Expand Down

0 comments on commit 5389b4d

Please sign in to comment.