Fixing CI failure for test test_store_filter_interaction_with_six_nodes

This commit is contained in:
aya 2024-11-06 23:03:18 +02:00
parent bbfe3efe05
commit 80e8acac28
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class TestE2E(StepsFilter, StepsStore, StepsRelay, StepsLightPush):
self.node2.start(relay="true", store="true", discv5_bootstrap_node=self.node1.get_enr_uri())
self.node3.start(relay="true", store="true", discv5_bootstrap_node=self.node2.get_enr_uri())
self.node4.start(relay="true", filter="true", store="true", discv5_bootstrap_node=self.node3.get_enr_uri())
self.node6.start(relay="false", filter="true", filternode=self.node4.get_multiaddr_with_id(), discv5_bootstrap_node=self.node2.get_enr_uri())
self.node6.start(relay="false", filter="true", filternode=self.node4.get_multiaddr_with_id(), discv5_bootstrap_node=self.node4.get_enr_uri())
logger.debug("Subscribe nodes to relay pubsub topics")
node_list = [self.node1, self.node2, self.node3, self.node4]