mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 00:24:19 +01:00
probe: fix flake8 code nits
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import unittest
|
||||
import os
|
||||
from pyln.testing.fixtures import * # noqa: F401,F403
|
||||
from pyln.testing.utils import DEVELOPER
|
||||
|
||||
plugin_path = os.path.join(os.path.dirname(__file__), "probe.py")
|
||||
|
||||
@@ -55,4 +56,3 @@ def test_route_unreachable(node_factory):
|
||||
assert(res['failcode'] == 16394)
|
||||
route = res['route'].split(',')
|
||||
assert(route.index(res['erring_channel']) == 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user