Skip to content

Commit f8b5eda

Browse files
committed
[py] Fixed double assignment
1 parent 98d5d3f commit f8b5eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def get_options(driver_class, config):
214214
headless = config.option.headless
215215
bidi = config.option.bidi
216216

217-
options = options = getattr(webdriver, f"{driver_class}Options")()
217+
options = getattr(webdriver, f"{driver_class}Options")()
218218

219219
if browser_path or browser_args:
220220
if driver_class == "WebKitGTK":

0 commit comments

Comments
 (0)