Skip to content

Commit

Permalink
[py] fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 1, 2022
1 parent 416d183 commit 993e6b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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.*Error: \"Invalid browser/driver name\""
msg = 'Selenium manager failed for.*Error: "Invalid browser/driver name"'
with pytest.raises(SeleniumManagerException, match=msg):
manager = SeleniumManager()
binary = manager.get_binary()
Expand Down

0 comments on commit 993e6b2

Please sign in to comment.