diff --git a/tests/integration/test_file_commands.py b/tests/integration/test_file_commands.py index 8ac19e2ed..1d09a92af 100644 --- a/tests/integration/test_file_commands.py +++ b/tests/integration/test_file_commands.py @@ -133,6 +133,7 @@ class FileCommands(CommandTestCase): # restore blob os.rename(missing_blob.file_path + '__', missing_blob.file_path) self.server_blob_manager.blobs.clear() + missing_blob = self.server_blob_manager.get_blob(missing_blob_hash) await self.server_blob_manager.blob_completed(missing_blob) await asyncio.wait_for(self.wait_files_to_complete(), timeout=1)