mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-18 12:53:14 +00:00
Fix CI issue
This commit is contained in:
parent
7b16dd9ddb
commit
da8388ce47
@ -68,11 +68,11 @@ 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
|
||||
def setup_second_lightpush_node(self, lightpush="true", relay="false", **kwargs):
|
||||
def setup_second_lightpush_node(self, lightpush="true", relay="true", **kwargs):
|
||||
self.light_push_node2 = self.setup_lightpush_node(NODE_2, node_index=2, lightpush=lightpush, relay=relay, **kwargs)
|
||||
|
||||
@allure.step
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user