We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1e530 commit 75c2d03Copy full SHA for 75c2d03
test/request.js
@@ -189,7 +189,7 @@ describe('request', function () {
189
.then(done, done);
190
});
191
192
- it('agent can be used to set default baerer authentication', function (done){
+ it('agent can be used to set default bearer authentication', function (done){
193
var agent = request.agent('https://httpbin.org');
194
agent.set("Authorization", "Bearer test_bearer");
195
0 commit comments