Skip to content

Commit

Permalink
[py] fix linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 3, 2022
1 parent d848fb8 commit 630fc47
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ def test_non_supported_browser_raises_sme():


def test_stderr_is_propagated_to_exception_messages():
msg = 'Selenium manager failed for:.* --browser foo\.\nERROR\tInvalid browser/driver name'
msg = r"Selenium manager failed for:.* --browser foo\.\nERROR\tInvalid browser/driver name"
with pytest.raises(SeleniumManagerException, match=msg):
manager = SeleniumManager()
binary = manager.get_binary()
Expand Down

0 comments on commit 630fc47

Please sign in to comment.