Skip to content

Commit 38f1e24

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 52f3fe6 commit 38f1e24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cheroot/test/test_ssl.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,9 @@ def test_https_over_http_error(http_server, ip_addr):
597597
),
598598
).request('GET', '/')
599599
expected_substring = (
600-
'record layer failure' if IS_ABOVE_OPENSSL31
601-
else 'wrong version number' if IS_ABOVE_OPENSSL10
602-
else 'unknown protocol'
600+
'record layer failure' if IS_ABOVE_OPENSSL31
601+
else 'wrong version number' if IS_ABOVE_OPENSSL10
602+
else 'unknown protocol'
603603
)
604604
assert expected_substring in ssl_err.value.args[-1]
605605

0 commit comments

Comments
 (0)