mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-02 13:13:08 +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):
|
||||
executor = {}
|
||||
for node in self.main_nodes:
|
||||
if node.node_type() == NOMOS_EXECUTOR:
|
||||
if "nomos_executor" in node.node_type():
|
||||
executor = node
|
||||
return executor
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user