Skip to content

Commit c9faeea

Browse files
committed
fixed typo
1 parent bc48fec commit c9faeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server/responder.unit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("responder.js", function () {
9393
});
9494
});
9595

96-
context("when args.user not passed in", function () {
96+
context("when args.url not passed in", function () {
9797
it("responds with an InternalError", function (done) {
9898
sinon.stub(responder, 'error', function (res, err, next) {
9999
next();

0 commit comments

Comments
 (0)