mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 00:13:06 +00:00
renaming test and fix
This commit is contained in:
parent
f1c21ffa95
commit
68f38bc00d
@ -107,8 +107,8 @@ class TestHashes(StepsStore):
|
||||
assert "waku message hash parsing error" in str(ex), "Unexpected error for combined empty and valid hash"
|
||||
|
||||
# Test for hashes that include non-hex characters.
|
||||
def test_store_with_non_base64_characters_in_hash(self):
|
||||
non_hex_hash = "###INVALID HEX###" # Invalid hash with non-hex characters
|
||||
def test_store_with_non_hex_characters_in_hash(self):
|
||||
non_hex_hash = "### INVALID HASH ###" # Invalid hash with non-hex characters
|
||||
for i in range(4):
|
||||
self.publish_message(message=self.create_message(payload=to_base64(f"Message_{i}")))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user