Skip to content

Commit 7569309

Browse files
committed
lint
1 parent 22f5b2f commit 7569309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_local_executables_updated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_local_executables_updated(driver: Firefox, version):
4141
print("You are not running the latest geckodriver version!!!")
4242
print(f"Latest version is {latest_gd_ver} but you are running {local_gd_ver}")
4343
raise RuntimeError(
44-
f"Update geckodriver here: https://github.com/mozilla/geckodriver/releases/"
44+
"Update geckodriver here: https://github.com/mozilla/geckodriver/releases/"
4545
)
4646

4747

0 commit comments

Comments
 (0)