mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-19 13:18:19 +02:00
summary: fixes exclude testcase index out of range
This commit is contained in:
parent
01ad1d5aef
commit
8f6bc53cad
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ def test_summary_exclude(node_factory):
|
|||
for k, v in expected.items():
|
||||
assert(s[k] == v)
|
||||
|
||||
scid = l1.rpc.listchannels()['channels'][0]['short_channel_id']
|
||||
scid = l1.rpc.listpeerchannels()['channels'][0]['short_channel_id']
|
||||
s = l1.rpc.summary(exclude=scid)
|
||||
expected = {
|
||||
'format-hint': 'simple',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue