Skip to content

Commit

Permalink
fix tests for newer superagent
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Jul 16, 2013
1 parent ef3a89b commit e8e7daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/error.js
Expand Up @@ -14,7 +14,6 @@ describe('error', function () {
it('default error handler', function (done) {
request.get('http://localhost:' + port + '/', function (res) {
assert.equal(res.statusCode, 500);
assert.equal(res.text, undefined);
done();
});
});
Expand Down

0 comments on commit e8e7daa

Please sign in to comment.