mirror of
https://github.com/logos-co/nomos-e2e-tests.git
synced 2025-02-09 13:15:31 +00:00
test: log status response
This commit is contained in:
parent
5e2e0b5487
commit
ce095b45a2
@ -21,5 +21,6 @@ class REST(BaseClient):
|
||||
return self.make_request(method, url, headers=headers, data=payload)
|
||||
|
||||
def status(self):
|
||||
info_response = self.rest_call("get", "cl/status")
|
||||
return info_response.json()
|
||||
status_response = self.rest_call("get", "cl/status")
|
||||
logger.debug(f"Status response {status_response}")
|
||||
return status_response.json()
|
||||
|
@ -78,7 +78,7 @@ class NomosNode:
|
||||
container_ip=self._ext_ip,
|
||||
volumes=self._volumes,
|
||||
entrypoint=self._entrypoint,
|
||||
remove_container=True,
|
||||
remove_container=False,
|
||||
name=self._container_name,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user