tests: Update expected log prefix length to match truncated log

This commit is contained in:
pn 2022-06-02 01:49:07 +02:00 committed by Rusty Russell
parent 83c31f548f
commit cff859331d

View file

@ -737,7 +737,7 @@ def test_listconfigs(node_factory, bitcoind, chainparams):
assert configs['network'] == chainparams['name']
assert configs['ignore-fee-limits'] is False
assert configs['ignore-fee-limits'] is False
assert configs['log-prefix'] == 'lightning1-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...'
assert configs['log-prefix'] == 'lightning1-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...'
# These are aliases, but we don't print the (unofficial!) wumbo.
assert 'wumbo' not in configs