Skip to content

Commit cd7d5cd

Browse files
committed
pytest: use the 'contrib' plugin set, not the 'test' set
They're clobbering each other, and the test hangs
1 parent 183f769 commit cd7d5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def test_plugin_command(node_factory):
267267

268268
# Test that we can add a directory with more than one new plugin in it.
269269
try:
270-
n.rpc.plugin_startdir(os.path.join(os.getcwd(), "tests/plugins"))
270+
n.rpc.plugin_startdir(os.path.join(os.getcwd(), "contrib/plugins"))
271271
except RpcError:
272272
pass
273273

0 commit comments

Comments
 (0)