From c03f584e1946d7ec4a8ee4db6bccd6c403d3f322 Mon Sep 17 00:00:00 2001 From: ZmnSCPxj Date: Fri, 2 Mar 2018 23:32:22 +0000 Subject: [PATCH] test_lightningd.py: Adapt to new help output. --- tests/test_lightningd.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_lightningd.py b/tests/test_lightningd.py index 5c63ed0de..30f75625b 100644 --- a/tests/test_lightningd.py +++ b/tests/test_lightningd.py @@ -3645,8 +3645,7 @@ class LightningDTests(BaseLightningDTests): .format(l1.daemon.lightning_dir), 'help']).decode('utf-8') # Test some known output. - assert 'command=help' in out - assert 'description=List available commands, or give verbose help on one command' in out + assert 'help\n List available commands, or give verbose help on one command' in out # Test JSON output. out = subprocess.check_output(['cli/lightning-cli',