Skip to content

Commit e47f11c

Browse files
committed
[py] Use one equals
1 parent bfa834f commit e47f11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/test/selenium/webdriver/firefox/firefox_service_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_log_output_as_stdout(capfd) -> None:
6666

6767
def test_driver_is_stopped_if_browser_cant_start(clean_driver) -> None:
6868
options = Options()
69-
options.add_argument("-profile==/no/such/location")
69+
options.add_argument("-profile=/no/such/location")
7070
service = Service()
7171
with pytest.raises(SessionNotCreatedException):
7272
driver = clean_driver(options=options, service=service)

0 commit comments

Comments
 (0)