From b861844221ba128f8bb6ed69094a990521b0844a Mon Sep 17 00:00:00 2001 From: Aya Hassan Date: Wed, 28 Jan 2026 17:21:30 +0100 Subject: [PATCH] make relay = true --- src/steps/light_push.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/steps/light_push.py b/src/steps/light_push.py index b3971c802..fd7da42d0 100644 --- a/src/steps/light_push.py +++ b/src/steps/light_push.py @@ -68,7 +68,7 @@ class StepsLightPush(StepsCommon): self.start_receiving_node(node, node_index=index + 2, lightpush="true", relay="true", pubsub_topic=self.test_pubsub_topic, **kwargs) @allure.step - def setup_first_lightpush_node(self, lightpush="true", relay="false", **kwargs): + def setup_first_lightpush_node(self, lightpush="true", relay="true", **kwargs): self.light_push_node1 = self.setup_lightpush_node(NODE_2, node_index=1, lightpush=lightpush, relay=relay, **kwargs) @allure.step