new store tests

This commit is contained in:
Florin Barbu 2024-05-21 21:32:48 +03:00
parent 2bb6a46d6e
commit 9b497ab1aa
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095

View File

@ -30,6 +30,7 @@ class TestApiFlags(StepsStore):
assert len(store_response["messages"]) == 1
assert store_response["messages"][0]["messageHash"]["data"] == message_hash
@pytest.mark.xfail("nwaku" in NODE_1, reason="Bug reported: https://github.com/waku-org/nwaku/issues/2715")
def test_store_with_mulitple_hashes(self):
message_hash_list = []
for payload in SAMPLE_INPUTS: