mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-18 04:43:30 +00:00
make relay = true
This commit is contained in:
parent
698c5f8794
commit
b861844221
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user