chore: some cleanups and minor fixes

This removes debug output and corrects some code nits that have
been introduced by the big CI restoration PR #418
This commit is contained in:
Michael Schmoock
2023-01-02 13:16:54 +01:00
committed by Christian Decker
parent 7f8d4356ed
commit f3d741e7af
4 changed files with 6 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ from backend import Backend
import socketbackend
from flaky import flaky
from pyln.testing.fixtures import * # noqa: F401,F403
from pyln.testing.utils import wait_for, sync_blockheight
from pyln.testing.utils import sync_blockheight
import os
import pytest
import subprocess
@@ -37,7 +37,7 @@ def test_start(node_factory, directory):
assert "backup.py" in plugins
def test_start_no_init(node_factory, directory, executor):
def test_start_no_init(node_factory, directory):
"""The plugin should refuse to start if we haven't initialized the backup
"""
bpath = os.path.join(directory, 'lightning-1', 'regtest')