From cd7d5cdff9e5efc0dcfb5fdc91e8c80a11daebed Mon Sep 17 00:00:00 2001 From: niftynei Date: Thu, 12 Nov 2020 15:37:34 -0600 Subject: [PATCH] pytest: use the 'contrib' plugin set, not the 'test' set They're clobbering each other, and the test hangs --- tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plugin.py b/tests/test_plugin.py index 0d7dddca3..5d49b6991 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -267,7 +267,7 @@ def test_plugin_command(node_factory): # Test that we can add a directory with more than one new plugin in it. try: - n.rpc.plugin_startdir(os.path.join(os.getcwd(), "tests/plugins")) + n.rpc.plugin_startdir(os.path.join(os.getcwd(), "contrib/plugins")) except RpcError: pass