mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
pytest: use the 'contrib' plugin set, not the 'test' set
They're clobbering each other, and the test hangs
This commit is contained in:
parent
183f7698c3
commit
cd7d5cdff9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue