Skip to content

Commit b408409

Browse files
REMOVE: testing CI
1 parent 2a3bdf2 commit b408409

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/test_reckless.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,11 @@ def test_reckless_notifications(node_factory):
468468
as 'reckless_log' notifications"""
469469
notification_plugin = os.path.join(os.getcwd(), 'tests/plugins/custom_notifications.py')
470470
node = get_reckless_node(node_factory, options={"plugin": notification_plugin})
471+
NETWORK = os.environ.get('TEST_NETWORK')
472+
if not NETWORK:
473+
NETWORK = 'regtest'
474+
reckless(['listconfig', f'--network={NETWORK}', '--json'],
475+
dir=node.lightning_dir)
471476
node.start()
472477
listconfig_log = node.rpc.reckless('listconfig')['log']
473478
# Some trouble escaping the clone url for searching

0 commit comments

Comments
 (0)