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 f53e7ee commit 9e28f9bCopy full SHA for 9e28f9b
test/verbs.js
@@ -24,7 +24,7 @@ describe('http verbs', function () {
24
.end(function (err, res) {
25
if (err) { return done(err); }
26
assert(/node-superagent/.test(res.body.headers['User-Agent']));
27
- assert.equal(res.body.url, 'https://httpbin.org/get');
+ assert.equal(res.body.url, 'http://httpbin.org/get');
28
done(err);
29
});
30
0 commit comments