In test_zeekoe.py, there is a TODO that relies on using the json output from the list command.
When calling expiry, we need to specify the channel-id to close on. We would want to get the channel-id corresponding to the channel that is being tested (identified by the channel-name).
In test_zeekoe.py, there is a TODO that relies on using the json output from the
list
command.When calling
expiry
, we need to specify the channel-id to close on. We would want to get the channel-id corresponding to the channel that is being tested (identified by thechannel-name
).