Skip to content

Commit 1e3ba5c

Browse files
committed
Format with black
1 parent 0a94b20 commit 1e3ba5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_tls.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ def test_insecure_connection(db_creds_test, connection_test):
2424
def test_reject_insecure(db_creds_test, connection_test):
2525
with pytest.raises(OperationalError):
2626
dj.conn(
27-
db_creds_test["host"], user="djssl", password="djssl", use_tls=False, reset=True
27+
db_creds_test["host"],
28+
user="djssl",
29+
password="djssl",
30+
use_tls=False,
31+
reset=True,
2832
).query("SHOW STATUS LIKE 'Ssl_cipher';").fetchone()[1]

0 commit comments

Comments
 (0)