Skip to content

Commit c9e2356

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cheroot/test/test_ssl.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,9 @@ def test_tls_client_auth( # noqa: C901, WPS213 # FIXME
527527
"'Remote end closed connection without response'))",
528528
)
529529

530-
assert any(e in err_text for e in expected_substrings), f'Unexpected error text: {err_text!r}'
530+
assert any(e in err_text for e in expected_substrings), (
531+
f'Unexpected error text: {err_text!r}'
532+
)
531533

532534

533535
@pytest.mark.parametrize( # noqa: C901 # FIXME

0 commit comments

Comments
 (0)