mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-04 10:53:11 +00:00
Add last API
This commit is contained in:
parent
4cfa132d03
commit
b4bc2d83c4
@ -71,3 +71,6 @@ class WrapperManager:
|
||||
|
||||
def get_node_info(self, node_info_id: str, *, timeout_s: float = 20.0) -> Result[dict, str]:
|
||||
return self._node.get_node_info(node_info_id, timeout_s=timeout_s)
|
||||
|
||||
def get_available_configs(self, *, timeout_s: float = 20.0) -> Result[dict, str]:
|
||||
return self._node.get_available_configs(timeout_s=timeout_s)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user