Skip to content

Commit

Permalink
NXDRIVE-2912: Display Drive notification for document review --20/06 …
Browse files Browse the repository at this point in the history
…-03 02
  • Loading branch information
gitofanindya committed Jun 20, 2024
1 parent 07cd4c7 commit 7bfd392
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 @@ -513,7 +513,7 @@ def mocked__fetch_tasks(*args, **kwargs):
assert not drive_api.fetch_pending_tasks(engine)
assert not drive_api.get_document_details("dummy_uid", "dummy_doc_id")
assert not drive_api.web_update_token("dummy_uid")
assert not drive_api.get_disk_space_info_to_width("dummy_uid", str(tmp()), 1)
assert drive_api.get_disk_space_info_to_width("dummy_uid", str(tmp()), 1)
assert not drive_api.get_drive_disk_space("dummy_uid")
assert not drive_api.get_used_space_without_synced("dummy_uid", str(tmp()))
assert not drive_api.filters_dialog("dummy_uid")
Expand Down

0 comments on commit 7bfd392

Please sign in to comment.