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 ecc3a00 commit 4f58651Copy full SHA for 4f58651
tests/test_plugin.py
@@ -2239,7 +2239,7 @@ def test_important_plugin(node_factory):
2239
n = node_factory.get_node(options={"important-plugin": os.path.join(pluginsdir, "nonexistent")},
2240
may_fail=True, expect_fail=True,
2241
# 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',
+ broken_log='Plugin marked as important, shutting down lightningd|Reading JSON input: Connection reset by peer|Lost connection to the RPC socket',
2243
start=False)
2244
2245
n.daemon.start(wait_for_initialized=False, stderr_redir=True)
0 commit comments