Skip to content

Commit d39a7e3

Browse files
[py] Fix flake8
1 parent 401e980 commit d39a7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/test/unit/selenium/webdriver/firefox/firefox_options_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_set_proxy_isnt_in_moz_prefix(options):
7777

7878
caps = options.to_capabilities()
7979
assert caps["proxy"]["proxyType"] == "MANUAL"
80-
assert caps.get("moz:firefoxOptions") == None
80+
assert caps.get("moz:firefoxOptions") is None
8181

8282

8383
def test_raises_exception_if_proxy_is_not_proxy_object(options):

0 commit comments

Comments
 (0)