Skip to content

Commit

Permalink
de-list a list of dicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys authored Mar 20, 2024
1 parent a4acced commit 8901c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watchtower-plugin/tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 8901c35

Please sign in to comment.