Browse Source

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

They're clobbering each other, and the test hangs
ppa-prep
niftynei 4 years ago
committed by neil saitug
parent
commit
cd7d5cdff9
  1. 2
      tests/test_plugin.py

2
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

Loading…
Cancel
Save