From a7b7c56adc44af009358a4400d0874b5243d0dee Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 30 Aug 2021 20:04:38 +0930 Subject: [PATCH] commando: delete no-datastore test, since it's now built-in. Signed-off-by: Rusty Russell --- commando/test_commando.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/commando/test_commando.py b/commando/test_commando.py index d8920bb..4f50600 100755 --- a/commando/test_commando.py +++ b/commando/test_commando.py @@ -72,19 +72,6 @@ def test_commando(node_factory): assert len(json.dumps(ret)) > 65535 -def test_commando_no_datastore(node_factory): - l1, l2 = node_factory.line_graph(2, fundchannel=False, - opts={'plugin': plugin_path}) - # These can happen before other init messages - l1.daemon.logsearch_start = 0 - l1.daemon.wait_for_log("Initialized without rune support") - l2.daemon.logsearch_start = 0 - l2.daemon.wait_for_log("Initialized without rune support") - - with pytest.raises(RpcError, match="No datastore available"): - l2.rpc.commando_rune(l1.info['id']) - - def test_commando_rune(node_factory): l1, l2, l3 = node_factory.line_graph(3, fundchannel=False, opts={'plugin': [plugin_path,