Skip to content

Commit

Permalink
pytest: fix default/description order in zeroconf test plugin.
Browse files Browse the repository at this point in the history
Noticed as I was debugging.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Jun 20, 2024
1 parent 31cf922 commit e21b70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/zeroconf-selective.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def on_openchannel(openchannel, plugin, **kwargs):

plugin.add_option(
'zeroconf-allow',
'03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f',
'A node_id to allow zeroconf channels from',
'03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f'
)

plugin.add_option(
Expand Down

0 comments on commit e21b70c

Please sign in to comment.