run pyupgrade
This commit is contained in:
parent
bf2514cb09
commit
04bd6b3ef0
29 changed files with 173 additions and 221 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import mock
|
||||
from unittest import mock
|
||||
import bumper
|
||||
import asyncio
|
||||
import pytest
|
||||
|
|
@ -398,7 +398,7 @@ async def test_mqttserver():
|
|||
)
|
||||
|
||||
await test_client.Client.connect(
|
||||
"mqtts://{}:{}/".format(test_client.address[0], test_client.address[1]),
|
||||
f"mqtts://{test_client.address[0]}:{test_client.address[1]}/",
|
||||
cafile=bumper.ca_cert,
|
||||
)
|
||||
assert (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue