Skip to content

Commit

Permalink
fixup! Support capturing query params passed to superagent via query()
Browse files Browse the repository at this point in the history
  • Loading branch information
kmudrick committed Sep 3, 2016
1 parent bbeaaec commit e1b0c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ describe('superagent mock', function() {
it('should work correct with unmocked requests', function(done) {
request
.get('http://example.com')
.query({ foo: 'bar' })
.end(function(err, res) {
done(err);
});
Expand Down

0 comments on commit e1b0c9e

Please sign in to comment.