fix: add more store tests to fleet tests

This commit is contained in:
Roman 2026-04-22 18:57:57 +08:00
parent dea43b5618
commit 109b02dc09
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -52,11 +52,13 @@ class TestGetMessages(StepsStore):
failed_pubsub_topics.append(pubsub_topic)
assert not failed_pubsub_topics, f"PubsubTopics failed: {failed_pubsub_topics}"
@pytest.mark.waku_test_fleet
def test_get_store_message_with_meta(self):
message = self.create_message(meta=to_base64(self.test_payload))
self.publish_message(message=message)
self.check_published_message_is_stored(page_size=5, ascending="true")
@pytest.mark.waku_test_fleet
def test_get_store_message_with_version(self):
message = self.create_message(version=10)
self.publish_message(message=message)