diff --git a/tests/plugin_tests/test_http_headers_plugin.py b/tests/plugin_tests/test_http_headers_plugin.py index b5a966ae..e37b7fcd 100644 --- a/tests/plugin_tests/test_http_headers_plugin.py +++ b/tests/plugin_tests/test_http_headers_plugin.py @@ -146,7 +146,7 @@ def test_legacy_ssl_client_missing_verified_chain(self): # Given a tls1.0 server server_test = ServerConnectivityTester(hostname='tls-v1-0.badssl.com', port=1010) server_info = server_test.perform() - + # The plugin does not throw an exception trying to access LegacySslClient.get_verified_chain() plugin = HttpHeadersPlugin() plugin_result = plugin.process_task(server_info, HttpHeadersScanCommand())