Skip to content

Commit 554392a

Browse files
rgisigerrgisiger
authored andcommitted
Clarify test description about no_proxy wildcards
1 parent 7560570 commit 554392a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rb/spec/unit/selenium/webdriver/remote/http/default_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ module Http
144144
end
145145
end
146146

147-
it "uses the specified proxy if the wildcard character is used in #{no_proxy_var}" do
147+
it "ignores wildcard characters in #{no_proxy_var} and uses the proxy" do
148148
with_env('http_proxy' => 'proxy.org:8080', no_proxy_var => '*') do
149149
http = client.send :http
150150
expect(http).to be_proxy

0 commit comments

Comments
 (0)