Skip to content

Commit ab9591a

Browse files
committed
[py] Fix indentation
1 parent a77fa66 commit ab9591a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/unit/selenium/webdriver/remote/error_handler_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,4 @@ def test_handle_non_json_error(handler):
298298
}
299299
with pytest.raises(exceptions.WebDriverException) as e:
300300
handler.check_response(response)
301-
assert e.value.msg == "Proxy Authentication Required"
301+
assert e.value.msg == "Proxy Authentication Required"

0 commit comments

Comments
 (0)