Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanArbuckle committed Aug 28, 2019
1 parent 21618ec commit ac4e9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugin_tests/test_http_headers_plugin.py
Expand Up @@ -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())
Expand Down

0 comments on commit ac4e9d0

Please sign in to comment.