chore: fix wrong store node type

This commit is contained in:
Florin Barbu 2024-12-10 10:29:09 +02:00
parent 5caedf13c4
commit e06d83a8da
No known key found for this signature in database
GPG Key ID: 593D6DBC6D9E5095

View File

@ -85,7 +85,7 @@ class TestReliability(StepsStore):
def test_message_relayed_while_store_node_is_stopped_without_removing(self): def test_message_relayed_while_store_node_is_stopped_without_removing(self):
self.setup_first_publishing_node(store="true", relay="true") self.setup_first_publishing_node(store="true", relay="true")
self.setup_first_store_node(store="false", relay="true", remove_container=False) self.setup_first_store_node(store="false", relay="false", remove_container=False)
self.subscribe_to_pubsub_topics_via_relay() self.subscribe_to_pubsub_topics_via_relay()
self.publish_message() self.publish_message()
self.check_published_message_is_stored(page_size=5) self.check_published_message_is_stored(page_size=5)