pytest: use the 'contrib' plugin set, not the 'test' set

They're clobbering each other, and the test hangs
This commit is contained in:
niftynei 2020-11-12 15:37:34 -06:00 committed by neil saitug
parent 183f7698c3
commit cd7d5cdff9

View file

@ -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