mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
test: disable schema check of checkmessage with deprecated API
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
committed by
Christian Decker
parent
7ae616ef60
commit
ba4e870a1c
@@ -1852,6 +1852,7 @@ def test_relative_config_dir(node_factory):
|
||||
def test_signmessage(node_factory):
|
||||
l1, l2 = node_factory.line_graph(2, wait_for_announce=True,
|
||||
opts={'allow-deprecated-apis': True})
|
||||
l1.rpc.jsonschemas = {}
|
||||
|
||||
corpus = [[None,
|
||||
"this is a test!",
|
||||
|
||||
Reference in New Issue
Block a user