Skip to content

Commit 888119c

Browse files
committed
[py] Fix comment
1 parent 30b6a75 commit 888119c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/test/selenium/webdriver/remote/remote_hub_connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ def test_command_executor_ssl_certificate_is_verified():
2929
webdriver.Remote(command_executor="https://wrong.host.badssl.com/", options=options)
3030
assert isinstance(excinfo.value.reason, urllib3.exceptions.SSLError)
3131
assert site in str(excinfo.value)
32-
+# Check for general SSL certificate validation failure
3332
assert "certificate is not valid" in str(excinfo.value).lower()

0 commit comments

Comments
 (0)