Skip to content

Commit

Permalink
Formatting tweak due to line length
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesightler-redhat committed Jul 1, 2024
1 parent a92bc2d commit e1620ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kazoo/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ def test_ssl_server_check_hostname(self):
from kazoo.handlers.utils import create_tcp_connection, socket, ssl

with patch.object(utils, "_set_default_tcpsock_options"):
with patch.object(ssl.SSLContext, "wrap_socket", autospec=True) as wrap_socket:
with patch.object(
ssl.SSLContext,
"wrap_socket",
autospec=True
) as wrap_socket:
create_tcp_connection(
socket,
("127.0.0.1", 2181),
Expand Down

0 comments on commit e1620ff

Please sign in to comment.