Skip to content

Commit

Permalink
test: disable schema check of checkmessage with deprecated API
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo authored and cdecker committed Jul 19, 2022
1 parent 7ae616e commit ba4e870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lightning-checkmessage.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ RESOURCES

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

[comment]: # ( SHA256STAMP:af2feeb4eddafc509dff150ec4b11225618f1cbbea06ef81f6d97a1bece3e94c)
[comment]: # ( SHA256STAMP:733247e44d555f9c480a684ceb30440f4f33daf5755253249b5c7b9269c96e49)
1 change: 1 addition & 0 deletions tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!",
Expand Down

0 comments on commit ba4e870

Please sign in to comment.