Skip to content

Commit 6665715

Browse files
committed
Fix proxy unit tests after 7e69b3d
1 parent 682c608 commit 6665715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/unit/selenium/webdriver/remote/capabilities_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module Remote
6161
end
6262

6363
it 'should default to no proxy' do
64-
expect { Capabilities.new.proxy }.to raise_error(KeyError)
64+
expect(Capabilities.new.proxy).to be_nil
6565
end
6666

6767
it 'can set and get standard capabilities' do

0 commit comments

Comments
 (0)