test: lint tests and tools aswell (#2296)

* test: lint `tests` and `tools` aswell

more linting :)

* fix linting issues in tests and tools

* fixup!

* how is this working?
This commit is contained in:
dni ⚡
2024-02-27 13:30:52 +00:00
committed by GitHub
parent e8aa498683
commit 884a1b9d6f
6 changed files with 103 additions and 28 deletions
+1
View File
@@ -109,6 +109,7 @@ async def test_channel_management(node_client):
[channel for channel in data if channel.state == ChannelState.ACTIVE]
)
assert close, "No active channel found"
assert close.point, "No channel point found"
response = await node_client.delete(
"/node/api/v1/channels",