Linter pt. 2

This commit is contained in:
zandercymatics 2023-10-19 09:59:31 -06:00
parent e91ee079d0
commit 29dc3111ae
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -109,12 +109,13 @@ class TestConnectionPool(TestCase):
}
def fake_client(mock_client):
pw = "none"
client = Client(
SocketTransport(
"none",
cert_file="path/to/cert_file",
key_file="path/to/key_file",
password="none",
password=pw,
)
)
return client