From 66084be376a13e4774f63d4b4041ed7e915192e2 Mon Sep 17 00:00:00 2001 From: Puja Jagani Date: Tue, 11 Jun 2024 13:46:47 +0530 Subject: [PATCH] Fix linting --- rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb b/rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb index 961eb1bfbedb9..9c65604ce6aa4 100644 --- a/rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb +++ b/rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb @@ -81,7 +81,8 @@ def expect_request(body: nil, endpoint: nil) browserName: 'firefox', 'moz:firefoxOptions': { args: ['-f'], - prefs: {'remote.active-protocols' => 3}}, + prefs: {'remote.active-protocols' => 3} + }, 'moz:debuggerAddress': true}}}) expect { described_class.new(options: Options.new(**opts)) }.not_to raise_exception end