Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nothing4You committed Aug 26, 2022
1 parent 2c255ca commit 8793725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def mysql_server(mysql_address):
server_params["host"] = mysql_address[0]
server_params["port"] = mysql_address[1]

if not implicit_tls:
if not unix_socket and not implicit_tls:
server_params["ssl"] = ctx

try:
Expand Down

0 comments on commit 8793725

Please sign in to comment.