mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +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
@@ -49,4 +49,4 @@ RESOURCES
|
|||||||
|
|
||||||
Main web site: <https://github.com/ElementsProject/lightning>
|
Main web site: <https://github.com/ElementsProject/lightning>
|
||||||
|
|
||||||
[comment]: # ( SHA256STAMP:af2feeb4eddafc509dff150ec4b11225618f1cbbea06ef81f6d97a1bece3e94c)
|
[comment]: # ( SHA256STAMP:733247e44d555f9c480a684ceb30440f4f33daf5755253249b5c7b9269c96e49)
|
||||||
|
|||||||
@@ -1852,6 +1852,7 @@ def test_relative_config_dir(node_factory):
|
|||||||
def test_signmessage(node_factory):
|
def test_signmessage(node_factory):
|
||||||
l1, l2 = node_factory.line_graph(2, wait_for_announce=True,
|
l1, l2 = node_factory.line_graph(2, wait_for_announce=True,
|
||||||
opts={'allow-deprecated-apis': True})
|
opts={'allow-deprecated-apis': True})
|
||||||
|
l1.rpc.jsonschemas = {}
|
||||||
|
|
||||||
corpus = [[None,
|
corpus = [[None,
|
||||||
"this is a test!",
|
"this is a test!",
|
||||||
|
|||||||
Reference in New Issue
Block a user