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 bc48fec commit c9faeeaCopy full SHA for c9faeea
test/server/responder.unit.js
@@ -93,7 +93,7 @@ describe("responder.js", function () {
93
});
94
95
96
- context("when args.user not passed in", function () {
+ context("when args.url not passed in", function () {
97
it("responds with an InternalError", function (done) {
98
sinon.stub(responder, 'error', function (res, err, next) {
99
next();
0 commit comments