Skip to content

Commit 58b3053

Browse files
vincenzopalazzorustyrussell
authored andcommitted
pytest: fix regex in test_important_plugin
Fix the expected broken-log pattern in test_important_plugin.
1 parent e2f5728 commit 58b3053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,7 @@ def test_important_plugin(node_factory):
25302530
n = node_factory.get_node(options={"important-plugin": os.path.join(pluginsdir, "nonexistent")},
25312531
may_fail=True, expect_fail=True,
25322532
# Other plugins can complain as lightningd stops suddenly:
2533-
broken_log='Plugin marked as important, shutting down lightningd|Reading sync lightningd: Connection reset by peer|Lost connection to the RPC socket|Plugin terminated before replying to RPC call|plugin-cln-xpay: askrene-create-layer failed with.*Unkown command',
2533+
broken_log='Plugin marked as important, shutting down lightningd|Reading sync lightningd: Connection reset by peer|Lost connection to the RPC socket|Plugin terminated before replying to RPC call|plugin-cln-xpay: askrene-create-layer failed with.*Unknown command',
25342534
start=False)
25352535

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

0 commit comments

Comments
 (0)