Skip to content

Commit

Permalink
coverage for Data
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcgrath committed Nov 21, 2016
1 parent ad18c2f commit 3475610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/responder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ describe("cfn-responder", function() {

var context = {
done: function(err,obj) {
assert(err);
assert.ifError(err);
cb();
}
};
responder.send(event,context,responder.SUCCESS,"string",{returnError: false});
responder.send(event,context,responder.SUCCESS,"string",null,{returnError: false});
});

it("should return failure if no communication to S3", function(cb) {
Expand Down

0 comments on commit 3475610

Please sign in to comment.