Skip to content

Commit 9e28f9b

Browse files
nik-blue-lavamonkpow
authored andcommitted
[adhoc] fixes trivial misspelling.
1 parent f53e7ee commit 9e28f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/verbs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('http verbs', function () {
2424
.end(function (err, res) {
2525
if (err) { return done(err); }
2626
assert(/node-superagent/.test(res.body.headers['User-Agent']));
27-
assert.equal(res.body.url, 'https://httpbin.org/get');
27+
assert.equal(res.body.url, 'http://httpbin.org/get');
2828
done(err);
2929
});
3030
});

0 commit comments

Comments
 (0)