Skip to content

Commit b235a80

Browse files
committed
Lower-case request headers.
1 parent 9d5e141 commit b235a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async/http/proxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
end
207207

208208
with 'request includes headers' do
209-
let(:headers) { [['Proxy-Authorization', 'supersecretpassword']] }
209+
let(:headers) { [['proxy-authorization', 'supersecretpassword']] }
210210

211211
it 'succeeds' do
212212
endpoint = Async::HTTP::Endpoint.parse("https://www.google.com")

0 commit comments

Comments
 (0)