diff --git a/tests/integration/service/test_integration_files_service.py b/tests/integration/service/test_integration_files_service.py index c9c05526..9b4c1c25 100644 --- a/tests/integration/service/test_integration_files_service.py +++ b/tests/integration/service/test_integration_files_service.py @@ -69,8 +69,8 @@ async def test_direct_upload_path_multiple_file_types( timeout_s=timeout, desired_file_types=SUPPORTED_TYPE_SUFFIXES, ) - assert result.total_files == 9 - assert result.successful_upload_count == 9 + assert result.total_files == 10 + assert result.successful_upload_count == 10 assert result.failed_upload_count == 0 assert len(result.failed) == 0 @@ -160,8 +160,8 @@ async def test_async_upload_multiple_file_types( timeout_s=timeout, desired_file_types=SUPPORTED_TYPE_SUFFIXES, ) - assert result.total_files == 20 - assert result.successful_upload_count == 20 + assert result.total_files == 22 + assert result.successful_upload_count == 22 assert result.failed_upload_count == 0 assert len(result.failed) == 0