Skip to content

Commit 8901c35

Browse files
authoredMar 20, 2024··
de-list a list of dicts
1 parent a4acced commit 8901c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎watchtower-plugin/tests/test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_watchtower(node_factory, bitcoind, teosd):
2727
commitment transaction.
2828
"""
2929

30-
l1, l2 = node_factory.line_graph(2, opts=[{"allow_broken_log": True}, {"plugin": WT_PLUGIN}])
30+
l1, l2 = node_factory.line_graph(2, opts={"allow_broken_log": True, "plugin": WT_PLUGIN})
3131

3232
# We need to register l2 with the tower
3333
tower_id = teosd.cli.gettowerinfo()["tower_id"]

0 commit comments

Comments
 (0)
Please sign in to comment.