test: signing with new gpg key

This commit is contained in:
Roman 2025-02-26 02:03:17 +00:00
parent 0b6fc270e7
commit fa41c8fde6
No known key found for this signature in database
GPG Key ID: BB3828275C58EFF1

View File

@ -24,7 +24,7 @@ class TestNetworkingPrivacy(StepsDataAvailability):
self.disperse_data(DATA_TO_DISPERSE[7], to_app_id(1), to_index(0))
successful_dispersals += 1
except Exception as ex:
logger.warning(f"Dispersal #{i} was not successful with error {ex}")
logger.warning(f"Dispersal #{i+1} was not successful with error {ex}")
if successful_dispersals == 10:
break