Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jo47011 committed Dec 1, 2024
1 parent e216c36 commit 26302ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def share_selenium_web_driver() -> bool:
"""Should the selenium driver be shared or not.
Checks whether the environment variable SHARE_SELENIUM_WEB_DRIVER is set.
On WSL default ist not sharing the driver since this causes concirrency conflicts.
On WSL default ist not sharing the driver since this causes concurrency conflicts.
"""
if (value := os.getenv('SHARE_SELENIUM_WEB_DRIVER')) is not None:
return value.strip().lower() in ['1', 'true', 'yes', 'on']
Expand Down

0 comments on commit 26302ab

Please sign in to comment.