We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405e747 commit 8fd7bbaCopy full SHA for 8fd7bba
tests/test_plugin.py
@@ -196,7 +196,7 @@ def test_rpc_passthrough(node_factory):
196
assert(len(cmd) == 1)
197
198
# Make sure usage message is present.
199
- assert only_one(n.rpc.help('hello')['help'])['command'] == 'hello [name]'
+ assert only_one(n.rpc.help('hello')['help'])['command'].startswith('hello [name]')
200
# While we're at it, let's check that helloworld.py is logging
201
# correctly via the notifications plugin->lightningd
202
assert n.daemon.is_in_log('Plugin helloworld.py initialized')
0 commit comments