We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183f769 commit cd7d5cdCopy full SHA for cd7d5cd
tests/test_plugin.py
@@ -267,7 +267,7 @@ def test_plugin_command(node_factory):
267
268
# Test that we can add a directory with more than one new plugin in it.
269
try:
270
- n.rpc.plugin_startdir(os.path.join(os.getcwd(), "tests/plugins"))
+ n.rpc.plugin_startdir(os.path.join(os.getcwd(), "contrib/plugins"))
271
except RpcError:
272
pass
273
0 commit comments