filter unsubscribe

This commit is contained in:
fbarbu15 2023-12-14 10:04:56 +02:00
parent c67d2f9f5d
commit 4074a5e783
No known key found for this signature in database
GPG Key ID: D75221C8DEA22501

View File

@ -55,7 +55,7 @@ class TestRelayPublish(StepsRelay):
message = self.create_message(payload=to_base64("a" * (payload_length)))
try:
self.check_published_message_reaches_relay_peer(message, message_propagation_delay=2)
raise AssertionError("Duplicate message was retrieved twice")
raise AssertionError("Message with payload > 1MB was received")
except Exception as ex:
assert "couldn't find any messages" in str(ex)