Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Jun 11, 2024
1 parent a87cc33 commit 66084be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rb/spec/unit/selenium/webdriver/firefox/driver_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66084be

Please sign in to comment.