Skip to content

Commit 3bcb681

Browse files
Vika-DenisenkoViktoriy
andauthored
fixed_quotes [skip ci] (#1)
Co-authored-by: Viktoriy <denysenko@dnt-lab.com>
1 parent 15b9eba commit 3bcb681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def get_remote_driver() -> WebDriver:
9191
options.add_argument("--disable-dev-shm-usage")
9292

9393
driver = webdriver.Remote(
94-
command_executor=f"{os.getenv("REMOTE_DRIVER_URL", "http://localhost:3000")}/webdriver",
94+
command_executor=f'{os.getenv("REMOTE_DRIVER_URL", "http://localhost:3000")}/webdriver',
9595
options=options,
9696
)
9797

0 commit comments

Comments
 (0)