Skip to content

Commit ba4e870

Browse files
vincenzopalazzocdecker
authored andcommittedJul 19, 2022
test: disable schema check of checkmessage with deprecated API
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent 7ae616e commit ba4e870

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎doc/lightning-checkmessage.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ RESOURCES
4949

5050
Main web site: <https://github.com/ElementsProject/lightning>
5151

52-
[comment]: # ( SHA256STAMP:af2feeb4eddafc509dff150ec4b11225618f1cbbea06ef81f6d97a1bece3e94c)
52+
[comment]: # ( SHA256STAMP:733247e44d555f9c480a684ceb30440f4f33daf5755253249b5c7b9269c96e49)

‎tests/test_misc.py

+1
Original file line numberDiff line numberDiff line change
@@ -1852,6 +1852,7 @@ def test_relative_config_dir(node_factory):
18521852
def test_signmessage(node_factory):
18531853
l1, l2 = node_factory.line_graph(2, wait_for_announce=True,
18541854
opts={'allow-deprecated-apis': True})
1855+
l1.rpc.jsonschemas = {}
18551856

18561857
corpus = [[None,
18571858
"this is a test!",

0 commit comments

Comments
 (0)
Please sign in to comment.