Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 9d40c8f

Browse files
Remove logging redirect
1 parent 51ea946 commit 9d40c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def driver():
2121
options.binary_location = "C:/Program Files/Google/Chrome/Application/chrome.exe"
2222

2323
driver = webdriver.Chrome(
24-
service=ChromeService(ChromeDriverManager().install(), log_output=os.path.devnull),
24+
service=ChromeService(ChromeDriverManager().install()),
2525
options=options,
2626
)
2727

0 commit comments

Comments
 (0)