mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 14:08:28 +02:00
Linter pt. 2
This commit is contained in:
parent
e91ee079d0
commit
29dc3111ae
1 changed files with 2 additions and 1 deletions
|
@ -109,12 +109,13 @@ class TestConnectionPool(TestCase):
|
||||||
}
|
}
|
||||||
|
|
||||||
def fake_client(mock_client):
|
def fake_client(mock_client):
|
||||||
|
pw = "none"
|
||||||
client = Client(
|
client = Client(
|
||||||
SocketTransport(
|
SocketTransport(
|
||||||
"none",
|
"none",
|
||||||
cert_file="path/to/cert_file",
|
cert_file="path/to/cert_file",
|
||||||
key_file="path/to/key_file",
|
key_file="path/to/key_file",
|
||||||
password="none",
|
password=pw,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return client
|
return client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue