mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-11 18:33:11 +00:00
filter unsubscribe
This commit is contained in:
parent
c67d2f9f5d
commit
4074a5e783
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user