mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-08 16:13:07 +00:00
fix: find executor node
This commit is contained in:
parent
6efbb3bf2f
commit
59c4d629b1
@ -48,7 +48,7 @@ class StepsDataAvailability(StepsCommon):
|
|||||||
def find_executor_node(self):
|
def find_executor_node(self):
|
||||||
executor = {}
|
executor = {}
|
||||||
for node in self.main_nodes:
|
for node in self.main_nodes:
|
||||||
if node.node_type() == NOMOS_EXECUTOR:
|
if "nomos_executor" in node.node_type():
|
||||||
executor = node
|
executor = node
|
||||||
return executor
|
return executor
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user