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.
1 parent 30b6a75 commit 888119cCopy full SHA for 888119c
py/test/selenium/webdriver/remote/remote_hub_connection.py
@@ -29,5 +29,4 @@ def test_command_executor_ssl_certificate_is_verified():
29
webdriver.Remote(command_executor="https://wrong.host.badssl.com/", options=options)
30
assert isinstance(excinfo.value.reason, urllib3.exceptions.SSLError)
31
assert site in str(excinfo.value)
32
- +# Check for general SSL certificate validation failure
33
assert "certificate is not valid" in str(excinfo.value).lower()
0 commit comments