From f49578cdbc74b1a4831e34d6ddd06a3fe53a4ca1 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 21 Feb 2019 21:14:51 -0300 Subject: [PATCH] fix integration test --- tests/integration/test_file_commands.py | 1 + 1 file changed, 1 insertion(+) 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)