diff --git a/tests/test_plugin.py b/tests/test_plugin.py index ed1ddb0bc..4c41e1e46 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -3472,6 +3472,8 @@ def test_sql(node_factory, bitcoind): 'type': 'pubkey'}, {'name': 'connected', 'type': 'boolean'}, + {'name': 'num_channels', + 'type': 'u32'}, {'name': 'remote_addr', 'type': 'string'}, {'name': 'features',