From 8901c3511da54f02fdefd55125d89a2857acee1d Mon Sep 17 00:00:00 2001 From: Omer Yacine Date: Wed, 20 Mar 2024 23:06:24 +0200 Subject: [PATCH] de-list a list of dicts --- watchtower-plugin/tests/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchtower-plugin/tests/test.py b/watchtower-plugin/tests/test.py index 2066d1b0..d6d69830 100644 --- a/watchtower-plugin/tests/test.py +++ b/watchtower-plugin/tests/test.py @@ -27,7 +27,7 @@ def test_watchtower(node_factory, bitcoind, teosd): commitment transaction. """ - l1, l2 = node_factory.line_graph(2, opts=[{"allow_broken_log": True}, {"plugin": WT_PLUGIN}]) + l1, l2 = node_factory.line_graph(2, opts={"allow_broken_log": True, "plugin": WT_PLUGIN}) # We need to register l2 with the tower tower_id = teosd.cli.gettowerinfo()["tower_id"]