File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -513,8 +513,6 @@ async def _directory_creator(
513
513
assert file_upload_complete_response
514
514
state_url = URL (f"{ file_upload_complete_response .links .state } " ).relative ()
515
515
516
- # check that it finished updating TODO: this works via celery now
517
- # get_completed_upload_tasks(initialized_app).clear()
518
516
# now check for the completion
519
517
async for attempt in AsyncRetrying (
520
518
reraise = True ,
Original file line number Diff line number Diff line change @@ -676,8 +676,6 @@ async def test_upload_real_file_with_emulated_storage_restart_after_completion_w
676
676
assert file_upload_complete_response
677
677
state_url = URL (f"{ file_upload_complete_response .links .state } " ).relative ()
678
678
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()
681
679
# now check for the completion
682
680
completion_etag = None
683
681
async for attempt in AsyncRetrying (
You can’t perform that action at this time.
0 commit comments