Skip to content

Commit 4f58651

Browse files
committed
pytest: fix spurious error in test_important_plugin
``` **BROKEN** plugin-spenderp: Lost connection to the RPC socket. ``` Signed-off-by: Rusty Russell <[email protected]>
1 parent ecc3a00 commit 4f58651

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
@@ -2239,7 +2239,7 @@ def test_important_plugin(node_factory):
22392239
n = node_factory.get_node(options={"important-plugin": os.path.join(pluginsdir, "nonexistent")},
22402240
may_fail=True, expect_fail=True,
22412241
# Other plugins can complain as lightningd stops suddenly:
2242-
broken_log='Plugin marked as important, shutting down lightningd|Reading JSON input: Connection reset by peer',
2242+
broken_log='Plugin marked as important, shutting down lightningd|Reading JSON input: Connection reset by peer|Lost connection to the RPC socket',
22432243
start=False)
22442244

22452245
n.daemon.start(wait_for_initialized=False, stderr_redir=True)

0 commit comments

Comments
 (0)