mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-19 13:18:19 +02:00
probe: fix flake8 code nits
This commit is contained in:
parent
67224d0c26
commit
bceca734d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue