Skip to content

Commit 78adcad

Browse files
committed
cleanup
1 parent e6357ce commit 78adcad

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

services/storage/tests/conftest.py

-2
Original file line numberDiff line numberDiff line change
@@ -513,8 +513,6 @@ async def _directory_creator(
513513
assert file_upload_complete_response
514514
state_url = URL(f"{file_upload_complete_response.links.state}").relative()
515515

516-
# check that it finished updating TODO: this works via celery now
517-
# get_completed_upload_tasks(initialized_app).clear()
518516
# now check for the completion
519517
async for attempt in AsyncRetrying(
520518
reraise=True,

services/storage/tests/unit/test_handlers_files.py

-2
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,6 @@ async def test_upload_real_file_with_emulated_storage_restart_after_completion_w
676676
assert file_upload_complete_response
677677
state_url = URL(f"{file_upload_complete_response.links.state}").relative()
678678

679-
# # here we do not check now for the state completion. instead we simulate a restart where the tasks disappear TODO: fix
680-
# get_completed_upload_tasks(initialized_app).clear()
681679
# now check for the completion
682680
completion_etag = None
683681
async for attempt in AsyncRetrying(

0 commit comments

Comments
 (0)