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 a77fa66 commit ab9591aCopy full SHA for ab9591a
py/test/unit/selenium/webdriver/remote/error_handler_tests.py
@@ -298,4 +298,4 @@ def test_handle_non_json_error(handler):
298
}
299
with pytest.raises(exceptions.WebDriverException) as e:
300
handler.check_response(response)
301
- assert e.value.msg == "Proxy Authentication Required"
+ assert e.value.msg == "Proxy Authentication Required"
0 commit comments