Skip to content

Commit

Permalink
Fixed typo in new unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Haynes, Royce L authored and Haynes, Royce L committed Mar 5, 2014
1 parent 45ae2f8 commit 1b77b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('test upload', function () {
res.writeHead(500, {'content-type': 'application/json'});
res.end(JSON.stringify({ statusCode: 500, error: err.toString() }));
} else {
res.end(JSON.stringify({ statusCode: 200, uri: s3Response.custom_uri.uri, type: s3Response.custom_uri.stype }));
res.end(JSON.stringify({ statusCode: 200, uri: s3Response.custom_uri.uri, type: s3Response.custom_uri.type }));
}
};

Expand Down

0 comments on commit 1b77b0e

Please sign in to comment.