We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
possibly-used-before-assignment
test_ssl
1 parent 5b8e2f7 commit e54946bCopy full SHA for e54946b
cheroot/test/test_ssl.py
@@ -702,6 +702,7 @@ def test_http_over_https_error(
702
'An existing connection was forcibly closed by the remote host',
703
)
704
else:
705
+ expected_error_code, expected_error_text = None, None
706
pytest.skip(f'{SYS_PLATFORM} is unsupported') # pragma: no cover
707
708
tls_adapter_cls = get_ssl_adapter_class(name=adapter_type)
0 commit comments